API-CHANGES.txt 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. 0.22.0:
  2. + AmberBootstrapInitialization
  3. + initializeClasses:
  4. + initializeMethodsOf:
  5. + organizeClasses:
  6. + processArrivals
  7. + JSObjectProxy >>
  8. + removeKey:
  9. + Number >>
  10. + ln1p
  11. + SmalltalkImage
  12. + withArrivalsDo:
  13. - AmberBootstrapInitialization
  14. - initializeClasses
  15. - initializeMethods
  16. - organizeClasses
  17. 0.21.1:
  18. + ClassBuilder >>
  19. + class:instanceVariables:
  20. + JSObjectProxy class >>
  21. + null
  22. + undefined
  23. - ClassBuilder >>
  24. - basicClass:instanceVariableNames:
  25. 0.21.0:
  26. * Deprecate SmalltalkImage >> existsJsGlobal:
  27. + Number >>
  28. + bitAnd:
  29. + bitNot
  30. + bitOr:
  31. + bitXor:
  32. + printStringBase:
  33. + Platform class >>
  34. + includesGlobal:
  35. 0.20.0:
  36. * Internal kernel fields naming changes.
  37. + amber/boot api >>
  38. + traitsOrClasses
  39. - SmalltalkImage >>
  40. - legacyGlobalJsVariables
  41. - amber/boot >>
  42. - nil
  43. - dnu
  44. - amber/boot api >>
  45. - classes
  46. 0.19.1:
  47. * Deprecate amber/boot api nextId, prop globalJsVariables.
  48. * Deprecate ProtoObject >> identityHash.
  49. * Deprecate SmalltalkImage >> packageAt: in favour of explicit #packageAt:if{Absent,Present}:.
  50. + AmberBootstrapInitialization class >>
  51. + run
  52. + initializeClasses
  53. + organizeClasses
  54. + organizeMethods
  55. + Behavior >>
  56. + basicOrganization
  57. + basicOrganization:
  58. + ClassOrganizer >>
  59. + theClass
  60. + ClassOrganizer class >>
  61. + on:
  62. + Compiler class >>
  63. + eval:
  64. + JavaScriptException >>
  65. + shouldBeStubbed
  66. + wrap
  67. + Message class >>
  68. + selector:arguments:notUnderstoodBy:
  69. + MethodContext >>
  70. + stubHere
  71. + stubToAtMost:
  72. + NonBooleanReceiver class >>
  73. + signalOn:
  74. + Package >>
  75. + evalBlock
  76. + evalBlock:
  77. + Package class >>
  78. + named:javaScriptDescriptor:
  79. + SmalltalkImage >>
  80. + packageDictionary
  81. + packageAt:ifPresent:
  82. + TBehaviorProvider >>
  83. + methodOrganizationEnter:andLeave:
  84. + TMasterBehavior >>
  85. + definedMethods
  86. + enterOrganization
  87. + leaveOrganization
  88. + Trait >>
  89. + basicOrganization
  90. + basicOrganization:
  91. + UndefinedObject >>
  92. + ==
  93. + Number >>
  94. + min:max:
  95. + degreesToRadians
  96. + radiansToDegrees
  97. + arcTan:
  98. + between:and:
  99. + Number class >>
  100. + radiansPerDegree
  101. + Point >>
  102. + dotProduct:
  103. + normal
  104. + angle
  105. + normalized
  106. + r
  107. + corner:
  108. + extent:
  109. + rectangle:
  110. + Rectangle >>
  111. + =
  112. + corner
  113. + origin
  114. + containsPoint:
  115. + containsRect:
  116. + printOn:
  117. + Rectangle class >>
  118. + origin:corner:
  119. + origin:extent:
  120. + point:point:
  121. - Package >>
  122. - basicName:
  123. - basicImports
  124. - ProtoObject >>
  125. - isSameInstanceAs:
  126. - ObjectTest >>
  127. - testIdentityHash
  128. - amber/boot api >>
  129. - reservedWords (with the hope no one uses it directly)
  130. 0.19.0:
  131. * Remove class Thenable, add trait TThenable.
  132. * Behavior / Trait hierarchy uses traits.
  133. + NativeFunction class >>
  134. + isNativeFunction:
  135. + IRInstructions >>
  136. + isSelf
  137. + isSuper
  138. + IRVariable >>
  139. + isSelf
  140. + isSuper
  141. + ScopeVar >>
  142. + isSelf
  143. + isSuper
  144. + PseudoVar >>
  145. + isSelf
  146. + isSuper
  147. +UndefinedObject >>
  148. + identityHash
  149. + value
  150. + amber/boot >>
  151. + nilAsValue
  152. - IRSend >>
  153. - isSuperSend
  154. 0.18.3:
  155. * Move {add,remove}Element from Array.prototype to kernel API.
  156. * New superclass of Behavior named BehaviorBody, pushed up some methods.
  157. * Represents named holder of methods; hierarchy and instantiation left to Behavior.
  158. * Add class Trait as subclass of BehaviorBody.
  159. * Add class TraitTransformation.
  160. * Deprecate #asJSON in favour of #asJavaScriptObject.
  161. * Deprecate #asJavascript in favour of #asJavaScriptSource.
  162. + BehaviorBody >>
  163. + setTraitComposition:
  164. + traitCompositionDefinition
  165. + traitUsers
  166. + allSubclassesDo:
  167. + superclass
  168. + Trait >>
  169. + allInstanceVariableNames
  170. + allSubclassesDo:
  171. + asJavascript
  172. + asTraitComposition
  173. + category
  174. + classTag
  175. + definition
  176. + package
  177. + superclass
  178. + theMetaClass
  179. + theNonMetaClass
  180. + exportBehaviorDefinitionTo:using:
  181. + traitUsers
  182. + package:
  183. + Trait class >>
  184. + named:package:
  185. + named:uses:package:
  186. + TraitTransformation >>
  187. + -
  188. + @
  189. + addAliases:
  190. + addExclusions:
  191. + aliases
  192. + asJSON
  193. + asJavascript
  194. + asTraitComposition
  195. + asTraitTransformation
  196. + definition
  197. + exclusions
  198. + initialize
  199. + postCopy
  200. + trait
  201. + trait:
  202. + Collection >>
  203. + copyWithout:
  204. + SequenceableCollection >>
  205. + reverseDo:
  206. + Array >>
  207. + asTraitComposition
  208. + amber/boot api >>
  209. + addElement
  210. + removeElement
  211. + wrapJavaScript
  212. + CharacterArray >>
  213. + asSymbolPrintOn:
  214. + symbolPrintString
  215. + String >>
  216. + isSelector
  217. + StringStream >>
  218. + print:
  219. + printSymbol:
  220. + Package >>
  221. + traitCompositions
  222. + Class >>
  223. + subClass:
  224. + subClass:uses:
  225. + subClass:uses:instanceVariables:
  226. + subClass:uses:instanceVariables:category:
  227. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  228. + subClass:uses:instanceVariables:package:
  229. + UndefinedObject >>
  230. + subClass:
  231. + subClass:uses:
  232. + subClass:uses:instanceVariables:
  233. + subClass:uses:instanceVariables:category:
  234. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  235. + subClass:uses:instanceVariables:package:
  236. + Metaclass >>
  237. + uses:instanceVariableNames:
  238. - Association >>
  239. - importsString
  240. - String >>
  241. - importsString
  242. - AbstractExporter
  243. - classNameFor:
  244. - Exporter >>
  245. - jsClassNameFor:
  246. 0.18.2:
  247. * Add Platform-DOM package with DOM-related stuff.
  248. * Platform-DOM not loaded by default. Packages that will use it will import it.
  249. + PlatformDom class >>
  250. + isFeasible
  251. + isDomNode:
  252. + newCustomEvent:detail:
  253. + toArray:
  254. + CharacterArray >>
  255. + asDomNode
  256. + Collection >>
  257. + asDomNode
  258. + JSObjectProxy >>
  259. + asDomNode
  260. + String >>
  261. + htmlTextContent
  262. 0.18.1:
  263. + ASTNode >>
  264. + withTail:
  265. - SendNode >>
  266. - valueWithReceiver:
  267. 0.18.0:
  268. * Remove class RethrowErrorHandler (hack for cli before 0.12.3).
  269. * Add Kernel-Dag package with abstract DAG-node and DAG-node visitor.
  270. * Some internal API changes in Compiler-* (including the move to DAG-node).
  271. - Object >>
  272. - throw:
  273. 0.17.0:
  274. * Remove classes InterfacingObject, PlatformInterface.
  275. * Deprecate $boot.nil (use $boot.nilAsReceiver).
  276. + amber/boot >>
  277. + nilAsReceiver
  278. - NativeFunction class >>
  279. - constructor:
  280. - constructor:value:
  281. - constructor:value:value:
  282. - constructor:value:value:value:
  283. 0.16.1:
  284. * Deprecate $boot.dnu (use $boot.nilAsClass).
  285. + amber/boot >>
  286. + nilAsClass
  287. 0.16.0:
  288. * Deprecate ClassBuilder >> setupClass:
  289. * $core.initialize now returns a Promise
  290. * $core.addClass now returns the class
  291. + amber/boot api >>
  292. + send2
  293. + traverseClassTree
  294. + Promise class >>
  295. + new
  296. - amber/boot api >>
  297. - wrapClassName
  298. - send
  299. - allSubclasses
  300. - AbstractCodeGenerator >>
  301. - classNameFor:
  302. 0.15.1:
  303. * Thenable class added
  304. * Promise class added, wraps JS Promise, subclass of Thenable
  305. + Thenable >>
  306. + catch:
  307. + on:do:
  308. + on:do:catch:
  309. + then:
  310. + then:catch:
  311. + then:on:do:
  312. + then:on:do:catch:
  313. + JSObjectProxy >>
  314. + catch:
  315. + on:do:
  316. + on:do:catch:
  317. + then:
  318. + then:catch:
  319. + then:on:do:
  320. + then:on:do:catch:
  321. + amber/boot api >>
  322. + seamless
  323. + Promise class >>
  324. + new:
  325. + forBlock:
  326. + value:
  327. + signal:
  328. + all:
  329. + any:
  330. 0.14.18:
  331. * Some internal API changes in Compiler-*.
  332. 0.14.14:
  333. * InterfacingObject >> ajax: deprecated
  334. * PlatformInterface class deprecated
  335. * Class BrowserInterface removed
  336. * Class Terminal, BrowserTerminal added
  337. * Class Platform, BrowserPlatform added
  338. + Environment >>
  339. + renamePackage:to:
  340. + Platform class >>
  341. + globals
  342. + newXhr
  343. + Terminal class >>
  344. + alert:
  345. + confirm:
  346. + prompt:
  347. + prompt:default:
  348. SmalltalkImage >>
  349. + existsJsGlobal:
  350. - PlatformInterface class >>
  351. - initialize
  352. - setWorker:
  353. 0.14.12:
  354. + JSObjectProxy >>
  355. + putOn:
  356. + ProtoStream >>
  357. + nextPutJSObject:
  358. 0.14.11:
  359. * Basic streaming protocol extracted from Stream to ProtoStream
  360. + Object >>
  361. + in:
  362. + JSObjectProxy >>
  363. + in:
  364. 0.14.10:
  365. + JSObjectProxy class >>
  366. + addObjectVariablesTo:ofProxy:
  367. + compareJSObjectOfProxy:withProxy:
  368. + forwardMessage:withArguments:ofProxy:
  369. + jsObject:ofProxy:
  370. + lookupProperty:ofProxy:
  371. - JSObjectProxy >>
  372. - jsObject:
  373. - lookupProperty:
  374. - compareJSObjectWith:
  375. - addObjectVariablesTo:
  376. - forwardMessage:withArguments:
  377. 0.14.4:
  378. + AmdExporter >>
  379. + importsForOutput:
  380. + AbstractCodeGenerator >>
  381. + currentPackage
  382. + currentPackage:
  383. + Compiler >>
  384. + currentPackage
  385. + currentPackage:
  386. + compile:forClass:protocol:
  387. + compileNode:forClass:package:
  388. + SemanticAnalyzer >>
  389. + thePackage
  390. + thePackage:
  391. + isVariableUndefined:inPackage:
  392. - Compiler >>
  393. - compile:
  394. - compile:forClass:
  395. - compileExpression:
  396. - SemanticAnalyzer >>
  397. - isVariableGloabllyUndefined:
  398. - Behavior >>
  399. - compile:
  400. 0.14.3:
  401. * #heliosClass is now #classTag
  402. + Compiler >>
  403. + eval:forPackage:
  404. + Behavior >>
  405. + packageOfProtocol:
  406. + Exporter >>
  407. + exportPackageContextOf:on:
  408. + exportPackageImportsOf:on:
  409. + Package >>
  410. + basicImports
  411. + imports
  412. + imports:
  413. + importsDefinition
  414. + importsFromJson:
  415. + importsAsJson
  416. + sortedImportsAsArray
  417. + validateImports:
  418. + Package class >>
  419. + named:imports:transport:
  420. + Association >>
  421. + importsString
  422. + String >>
  423. + importsString
  424. + ProtoObject >>
  425. + ifNil:
  426. + ifNil:ifNotNil:
  427. + ifNotNil:
  428. + ifNotNil:ifNil:
  429. + isNil
  430. + notNil
  431. - Object >>
  432. - ifNil:
  433. - ifNil:ifNotNil:
  434. - ifNotNil:
  435. - ifNotNil:ifNil:
  436. - isNil
  437. - notNil
  438. 0.14.1:
  439. * NativeFunction class >> constructor:[value:...] deprecated
  440. + NativeFunction class >>
  441. + constructorNamed:
  442. + constructorNamed:value:
  443. + constructorNamed:value:value:
  444. + constructorNamed:value:value:value:
  445. + constructorOf:
  446. + constructorOf:value:
  447. + constructorOf:value:value:
  448. + constructorOf:value:value:value:
  449. + functionNamed:
  450. + functionNamed:value:
  451. + functionNamed:value:value:
  452. + functionNamed:value:value:value:
  453. + functionNamed:valueWithArgs:
  454. + functionOf:
  455. + functionOf:value:
  456. + functionOf:value:value:
  457. + functionOf:value:value:value:
  458. + functionOf:valueWithArgs:
  459. + methodOf:this:
  460. + methodOf:this:value:
  461. + methodOf:this:value:value:
  462. + methodOf:this:value:value:value:
  463. + methodOf:this:valueWithArgs:
  464. + SmalltalkImage >>
  465. + optOut:
  466. + cancelOptOut:
  467. 0.14.0:
  468. + Object >>
  469. + asJQuery
  470. + asJQueryInContext:
  471. + BlockClosure >>
  472. + asJQuery
  473. + asJQueryInContext:
  474. - AnnouncementSubscription >>
  475. - block
  476. - block:
  477. - Collection >>
  478. - contains:
  479. - String >>
  480. - asSelector
  481. - asJavaScriptSelector
  482. - SmalltalkImage >>
  483. - at:
  484. - at:ifAbsent:
  485. - at:put:
  486. - current
  487. - vm
  488. - createPackage:properties:
  489. - MethodContext >>
  490. - temps
  491. - Object >>
  492. - try:catch:
  493. 0.13.2:
  494. + SourceArea class >>
  495. + codeMirror
  496. 0.13.1:
  497. * String >> asSelector is now String >> asJavaScriptMethodName
  498. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  499. * smalltalk.selector is now smalltalk.st2js
  500. * smalltalk.convertSelector is now smalltalk.js2st
  501. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  502. * Smalltalk vm is now Smalltalk core
  503. * boot.js's .vm is now .api
  504. * amber load sets' .vm is now .api
  505. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  506. + smalltalk.
  507. + accessJavaScript
  508. + Object >>
  509. + postMessageTo:
  510. + postMessageTo:origin:
  511. + Class >>
  512. + heliosClass
  513. + SmalltalkImage >>
  514. + core
  515. + amber/boot
  516. + api
  517. + amber/{devel,deploy,lang} exports
  518. + api
  519. - ProtoObject class >>
  520. - heliosClass
  521. - Object class >>
  522. - heliosClass
  523. - amber/boot
  524. - vm
  525. 0.12.6:
  526. + String >>
  527. + value:
  528. + ProtocolAnnouncement >>
  529. + package
  530. + Behavior >>
  531. + isTestClass
  532. + Package >>
  533. + isTestPackage
  534. + amber/{devel,deploy,lang} exports
  535. + nil
  536. + amber/helpers exports
  537. + nil
  538. 0.12.4:
  539. * Package Canvas renamed to Web
  540. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  541. + Announcer >>
  542. + on:do:for:
  543. + Node >>
  544. + navigationNodeAt:ifAbsent:
  545. + BlockClosure >>
  546. + tryCatch:
  547. + Environment >>
  548. + evaluate:for:
  549. + AmberCli >>
  550. + version:
  551. + Object >>
  552. + deprecatedAPI:
  553. - Environment >>
  554. - eval:on:
  555. - evaluateString:on:
  556. 0.12.3:
  557. * Package Import-Export renamed to Kernel-ImportExport
  558. * A dozen of methods moved from Object to ProtoObject
  559. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  560. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  561. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  562. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  563. * Smalltalk current deprecated in favour of Smalltalk
  564. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  565. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  566. + CompiledMethod >>
  567. + defaultProtocol
  568. + Behavior >>
  569. + compile:protocol:
  570. + removeProtocolIfEmpty:
  571. + Package >>
  572. + load
  573. + loadFromNamespace:
  574. + Package class >>
  575. + load:
  576. + load:fromNamespace:
  577. + PackageTransport >> load
  578. + PackageHandler >> load:
  579. + AmdPackageHandler >> load:
  580. + Set >> removeAll
  581. + AssociativeCollection class
  582. + BucketStore class
  583. + SmalltalkImage >>
  584. + globals
  585. + vm
  586. + settings
  587. + Setting class
  588. + String >>
  589. + asSetting
  590. + asSettingIfAbsent:
  591. + settingValue
  592. + settingValueIfAbsent:
  593. + settingValue:
  594. + Smalltalk global variable
  595. - CompiledMethod >>
  596. - category: (use #protocol:)
  597. - defaultCategory
  598. - Behavior >> compile:category:
  599. - HTMLCanvas class >>
  600. - browserVersion
  601. - isMSIE
  602. - isMozilla
  603. - isOpera
  604. - isWebkit
  605. 0.12.2:
  606. * Collection >> contains: is deprecated in favor of anySatisfy:
  607. + Announcer >> on:doOnce:
  608. + String >>
  609. + uriEncoded
  610. + uriDecoded
  611. + uriComponentEncoded
  612. + uriComponentDecoded
  613. + Collection >>
  614. + removeAll
  615. + ifEmpty:ifNotEmpty:
  616. + ifNotEmpty:ifEmpty:
  617. + anyOne
  618. + noneSatisfy:
  619. + anySatisfy:
  620. + allSatisfy:
  621. 0.12.0:
  622. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  623. * Existing classes moved to new KernelInfrastructure package
  624. * ImporterExporter
  625. * are now StreamExporters
  626. * aware of AMD namespaces
  627. * support transport types and commit channels
  628. + Node >>
  629. + nextChild
  630. + method
  631. + postCopy
  632. + isCascadeNode
  633. + isLastChild
  634. + BlockNode >>
  635. + nextNode:
  636. + nextChild
  637. + SendNode >>
  638. + isCascadeSendNode
  639. + shouldBeAliased
  640. + CompiledMethod >> sendTo:arguments:
  641. + Array >>
  642. + addFirst:
  643. + removeLast
  644. + Number >>
  645. + ceiling
  646. + floor
  647. + asNumber
  648. + //
  649. + cos
  650. + sin
  651. + tan
  652. + arcCos
  653. + arcSin
  654. + arcTan
  655. + log
  656. + log:
  657. + raisedTo:
  658. + sign
  659. + **
  660. + ln
  661. + e
  662. + String class >> esc
  663. + String >>
  664. + asMutator
  665. + capitalized
  666. + isCapitalized
  667. + JSProxy >> printString
  668. + Behavior >>
  669. + ownProtocols
  670. + ownMethods
  671. + JSStream >> nextPutSendIndexFor:
  672. + InterfacingObject class
  673. + Interpreter class
  674. + DocumentFragmentTag class
  675. + AbstractExporter class
  676. + PlatformInterface class
  677. - Node >> extent
  678. - JSStream >> nextPutStatement:with:
  679. - Smalltalk.installSuperclass()
  680. - ClassReferenceNode class (now handled via VariableNode)
  681. 0.11.0:
  682. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  683. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  684. * Object>>printString
  685. * replace >>printString with >>printOn:
  686. * replace >>storeString with >>printString
  687. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  688. * Package>>fetch: is now Package>>load:
  689. * Package>>fetch:prefix: is now Package>>load:prefix:
  690. * Queue>>front replaced by Queue>>next
  691. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  692. * Queue>>back: replaced by Queue>>nextPut:
  693. * smalltalk.addMethod() does not use explicit JS selector
  694. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  695. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  696. * String>>asJavaScriptSelector moved to Kernel-Objects package
  697. + Object>>asString
  698. + Object>>putOn:
  699. + String>>isVowel
  700. + Collection>>putOn:
  701. + CharacterArray>>putOn:
  702. + Stream>><<
  703. + Stream>>write
  704. + SequenceableCollection>>newStream
  705. + SequenceableCollection>>readStream
  706. + SequenceableCollection>>stream
  707. + SequenceableCollection>>streamClass
  708. + SequenceableCollection>>writeStream
  709. + Collection>>isImmutable
  710. + Stream>>nextPutString:
  711. + StringStream>>nextPutString:
  712. + JSStream>>nextPutClassRefFunction:
  713. + String>>crlfSanitized
  714. + inlined Block now also responds to >>value:
  715. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  716. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  717. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  718. + Parser: Symbols for binarie selectores
  719. + Package>>commit
  720. + AIContext>>initializeLocals
  721. + ASTInterpreter>>withBlockContext:
  722. + smalltalk.allSelectors()
  723. + Object>>isCompiledMethod
  724. + Object>>isPackage
  725. + Object>>isBehavior
  726. + ClassMoved Announcemen class
  727. + Behavior>>includesBehavior:
  728. + Environment>>classes
  729. + Environment>>allSelectors
  730. + Environment>>removeProtocol:
  731. + Environment>>renameProtocol:to:in:
  732. + CompiledMethod>>protocol:
  733. + Smalltalk>>globalJsVariables
  734. + Smalltalk>>addGlobalJsVariable:
  735. + Smalltalk>>deleteGlobalJsVariable:
  736. - Object>>storeOn:
  737. - Object>>log:block:
  738. - Object>>printNl
  739. - Compiler-IR.st >>javascriptSelector
  740. - Compiler-IR.st >>nextPutVar:
  741. - Kernel-Collections.st >>asSuperSelector
  742. - Collection>>readStream
  743. - Collection>>stream
  744. - Collection>>streamClass
  745. - Collection>>writeStream
  746. - Symbol class (replaced with String)
  747. - IRInlinedNonLocalReturn class
  748. - IRInlinedSend>>nonLocalReturnInliner
  749. - IRNonLocalReturnInliner class
  750. - Package>>dependencies
  751. - Package>>dependencies:
  752. - Package>>properties
  753. - Package>>jsProperties
  754. - Package>>jsProperties:
  755. - Package>>propertiesAsJSON
  756. - Package>>propertyAt:
  757. - Package>>propertyAt:ifAbsent:
  758. - Package>>propertyAt:put:
  759. - Browser>>ajaxPutAt:data: