2011-03-04 |
Brian T. Rice | Parser changes to clean up and extract method Signature...
|
commit | commitdiff | tree |
2011-03-03 |
Brian T. Rice | Renamed partial->pattern in Parser nextPattern.
|
commit | commitdiff | tree |
2011-03-03 |
Brian T. Rice | TODO updates for the latest release.
|
commit | commitdiff | tree |
2011-03-03 |
Brian T. Rice | #formatting code tweaks.
|
commit | commitdiff | tree |
2011-03-03 |
Brian T. Rice | Fixes for load: path resolution to work outside of...
|
commit | commitdiff | tree |
2011-03-03 |
Brian T. Rice | Implemented formattingOn: to directly format onto a...
|
commit | commitdiff | tree |
2011-03-02 |
Brian T. Rice | Adjustments to the Load resolve: method for finding...
|
commit | commitdiff | tree |
2011-03-02 |
Brian T. Rice | Added support for global installation of standard Slate...
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Removed min/max for Collection. To be re-added as mixins...
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Some regex bug-fixes.
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Reverted use of error: with formatting call... that...
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Wget option to resume downloads.
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Added glob and regex code to the prelude, and adjusted...
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Cleaned up namespace usage of the regex code.
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Moved regex.slate into src/lib/.
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Moved Glob code from src/shell into src/lib/glob.slate.
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Cleaned up the InOutProcessor code.
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Moved "Shell" code into a "Glob" type/namespace, and...
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Use of := notation in Directory code.
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Default Makefile rules now update the DefaultSourceDir...
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Made the DefaultSourceDir's usage more flexible, and...
|
commit | commitdiff | tree |
2011-03-01 |
Brian T. Rice | Legibility clean-ups for Shell and Regex code.
|
commit | commitdiff | tree |
2011-02-22 |
Brian T. Rice | Extracting parts of the formatting method into configuration...
|
commit | commitdiff | tree |
2011-02-22 |
Brian T. Rice | Some core stream code cleanups.
|
commit | commitdiff | tree |
2011-02-21 |
Brian T. Rice | Added format.slate to the bootstrap.
|
commit | commitdiff | tree |
2011-02-21 |
Brian T. Rice | Bootstrapped in use of q{} QuoteMacro syntax to replace...
|
commit | commitdiff | tree |
2011-02-21 |
Brian T. Rice | Typo bug-fixes.
|
commit | commitdiff | tree |
2011-02-21 |
Brian T. Rice | Implemented a "q" QuoteMacro for the ##() literals...
|
commit | commitdiff | tree |
2011-02-21 |
Brian T. Rice | Bootstrap adjustments for rename from #sprintf* to...
|
commit | commitdiff | tree |
2011-02-21 |
Brian T. Rice | format* renamed to interpolate, sprintf* renamed to...
|
commit | commitdiff | tree |
2011-02-21 |
Brian T. Rice | Disabled // for QuoteMacroChars, since the hook will...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Added a src= option to the "make edit" rule to edit...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Implemented Lexer QuoteMacroChars to configure character...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Added r// and m// for Regex Matcher QuoteMacros, and...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Made Load DefaultSourceDir mutable via := for fixing...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | TODO updates for QuoteMacro.
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Adjusted File Locator print-form to match its QuoteMacro...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Fix for QuoteMacro so it parses as a literal.
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Added QuoteMacros "bytes" for ByteArrays and "p" for...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Bootstrap bug-fix for QuoteMacros.
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Make QuoteMacro lexing more failure-tolerant.
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Defined a QuoteMacro token with an initial setup for...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Implemented "Lexer nextSegmentUntil: terminatorChar...
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Git-ignored the gzipped manpage.
|
commit | commitdiff | tree |
2011-02-18 |
Brian T. Rice | Bootstrap bug-fix.
|
commit | commitdiff | tree |
2011-02-17 |
Brian T. Rice | Disabled the Nil-environment CompiledMethod optimization...
|
commit | commitdiff | tree |
2011-02-17 |
Brian T. Rice | Fixed the #environment accessor for non-CompiledMethod...
|
commit | commitdiff | tree |
2011-02-17 |
Brian T. Rice | Bug-fixes for getting the roles and methods of an object.
|
commit | commitdiff | tree |
2011-02-17 |
Brian T. Rice | Fixed functionality of FilterStream (select: for streams).
|
commit | commitdiff | tree |
2011-02-17 |
Brian T. Rice | Renamed allSelectorsSentToVar: to allSelectorsSentTo:.
|
commit | commitdiff | tree |
2011-02-17 |
Brian T. Rice | Fix for the Compiler logic to Nil the environment on...
|
commit | commitdiff | tree |
2011-02-17 |
Brian T. Rice | Bug-fixes for allSelectorsSentToVar: and allSelectorsSentImp...
|
commit | commitdiff | tree |
2011-02-17 |
Brian T. Rice | Optimization to unset a CompiledMethod's environment...
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Un-echo'd the wget command for make!
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Defaulted WORD_SIZE back to 32 until 64-bit releases...
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | New image release.
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Renamed wordarray.slate to array-words.slate.
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | File/Directory code cleanups and a fix for #/.
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Renamed InsertionSequence's filename according to the...
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Added an automatic resolver for files which infers...
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Renamed pre/post bootstrap actions sources.
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Split and renamed core library files to reflect single...
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Moved assignment, binding, and case statement macro...
|
commit | commitdiff | tree |
2011-02-15 |
Brian T. Rice | Added a "latest_release_image" Makefile rule which...
|
commit | commitdiff | tree |
2011-02-08 |
Brian T. Rice | Disabled special-macro-ification of return selectors...
|
commit | commitdiff | tree |
2011-02-08 |
Brian T. Rice | Defined ^ and ^^ as special binary macros.
|
commit | commitdiff | tree |
2011-02-08 |
Brian T. Rice | More ::= usage, and removed users of `cacheAs:.
|
commit | commitdiff | tree |
2011-02-08 |
Brian T. Rice | Updated TODOs.
|
commit | commitdiff | tree |
2011-02-08 |
Brian T. Rice | Fixed a bug where two code branches with Bindings would...
|
commit | commitdiff | tree |
2011-02-07 |
Brian T. Rice | Attempt at making notFoundOn: more robust, secondary...
|
commit | commitdiff | tree |
2011-02-06 |
Brian T. Rice | Uses of ::= in core.
|
commit | commitdiff | tree |
2011-02-06 |
Brian T. Rice | Fixed the shell command-line printer to render "&option...
|
commit | commitdiff | tree |
2011-02-05 |
Brian T. Rice | Cleanups to the creation of default accessor and mutator...
|
commit | commitdiff | tree |
2011-02-05 |
Brian T. Rice | CompiledMethod #new method adjustments.
|
commit | commitdiff | tree |
2011-02-05 |
Brian T. Rice | Complete revert to define: syntax in Image attribute...
|
commit | commitdiff | tree |
2011-02-05 |
Brian T. Rice | Fixed the absence of environment-passing for assignment...
|
commit | commitdiff | tree |
2011-02-04 |
Brian T. Rice | Switched ::= back to := for some persistent structures...
|
commit | commitdiff | tree |
2011-02-04 |
Brian T. Rice | Unit and benchmark test usage of ::= and :=.
|
commit | commitdiff | tree |
2011-02-03 |
Brian T. Rice | Bug-fixes for Image definition.
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Core code using addImmutableSlot:valued: changed to...
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Made the Debugger's lookup of local variables not precede...
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Made the ReturnInput Restart applicable to all Conditions.
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Adjusted the re-bootstrap to ignore RebindError for...
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Bug-fixes for Symbol interning.
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Revert "Revert "Made use of ::= in core libraries and...
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Revert "Revert "Core code source usage of ::= and other...
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Revert "More ::= reversions in core."
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Revert "::= reversions in the Parser."
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Revert "Revert "Use of ::= in the Compiler, eliminating...
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | VM code reformatting.
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Typo-bug-fix for assignment to unary messages.
|
commit | commitdiff | tree |
2011-02-02 |
Brian T. Rice | Removed the `bootstrapping macro.
|
commit | commitdiff | tree |
2011-02-01 |
Brian T. Rice | Split macro.slate into separate files, for assignment...
|
commit | commitdiff | tree |
2011-02-01 |
Brian T. Rice | Cleaned up Symbol printing code.
|
commit | commitdiff | tree |
2011-02-01 |
Brian T. Rice | Unified #bootstrapSymbols slot with #Symbols, removing...
|
commit | commitdiff | tree |
2011-02-01 |
Brian T. Rice | Adjusted the image bootstrap to macroExpand before...
|
commit | commitdiff | tree |
2011-01-31 |
Brian T. Rice | Revert "Use of ::= in the Compiler, eliminating almost...
|
commit | commitdiff | tree |
2011-01-31 |
Brian T. Rice | Bug-fix for supporting value-less optional keywords.
|
commit | commitdiff | tree |
2011-01-31 |
Brian T. Rice | ::= reversions in the Parser.
|
commit | commitdiff | tree |
2011-01-31 |
Brian T. Rice | More ::= reversions in core.
|
commit | commitdiff | tree |