My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 22, 2009
    r539 (Added ignores for *.hi ) committed by consalus   -   Added ignores for *.hi
    Added ignores for *.hi
  • Sep 22, 2009
    r538 (Fixed reliance on deprecated 'findSubstring'. Fixed regexp f...) committed by consalus   -   Fixed reliance on deprecated 'findSubstring'. Fixed regexp failure due to library change (i think). Updated cabal file.
    Fixed reliance on deprecated 'findSubstring'. Fixed regexp failure due to library change (i think). Updated cabal file.

Older

  • Dec 19, 2008
    r537 (Made ensembles honest-to-goodness runtime objects. Added bas...) committed by consalus   -   Made ensembles honest-to-goodness runtime objects. Added basic tests for ensembles. 'string' and 'info' are now ensembles.
    Made ensembles honest-to-goodness runtime objects. Added basic tests for ensembles. 'string' and 'info' are now ensembles.
  • Nov 13, 2008
    r536 (Lingering changes that I don't recall the purpose of.. Also...) committed by consalus   -   Lingering changes that I don't recall the purpose of.. Also, fixes to build with ghc 6.10
    Lingering changes that I don't recall the purpose of.. Also, fixes to build with ghc 6.10
  • Oct 08, 2008
    r535 (Nicened state creation. ) committed by consalus   -   Nicened state creation.
    Nicened state creation.
  • Oct 08, 2008
    issue 103 (ensemble definition and creation need to be separated.) reported by consalus   -   Ensembles are necessarily immutable currently, and to support user ensemble creation we need to do it diff'rent.
    Ensembles are necessarily immutable currently, and to support user ensemble creation we need to do it diff'rent.
  • Sep 25, 2008
    r534 (Lots 'o' changes. Added stubs for ensemble stuff. Added 'int...) committed by consalus   -   Lots 'o' changes. Added stubs for ensemble stuff. Added 'interp hide' and 'interp hidden'.
    Lots 'o' changes. Added stubs for ensemble stuff. Added 'interp hide' and 'interp hidden'.
  • Sep 25, 2008
    r533 (Added InterpSpec to get rid of those absurdly long argument ...) committed by consalus   -   Added InterpSpec to get rid of those absurdly long argument lists and facilitate genuine hidden commands.
    Added InterpSpec to get rid of those absurdly long argument lists and facilitate genuine hidden commands.
  • Sep 24, 2008
    r532 (Mostly minor. ) committed by consalus   -   Mostly minor.
    Mostly minor.
  • Sep 17, 2008
    issue 72 (nesting allowed in variable references) Status changed by consalus   -   Resolved.
    Status: Fixed
    Resolved.
    Status: Fixed
  • Sep 17, 2008
    r531 (Resolved inconsistency with braced variable parsing. ) committed by consalus   -   Resolved inconsistency with braced variable parsing.
    Resolved inconsistency with braced variable parsing.
  • Sep 16, 2008
    r530 (Nicened up alias creation, as it was gross before. ) committed by consalus   -   Nicened up alias creation, as it was gross before.
    Nicened up alias creation, as it was gross before.
  • Sep 16, 2008
    r529 (Moved examples into example directory ) committed by consalus   -   Moved examples into example directory
    Moved examples into example directory
  • Sep 16, 2008
    r528 (Improved usage messages. Allowed for 'initializer' functions...) committed by consalus   -   Improved usage messages. Allowed for 'initializer' functions for the interpreters being created. Added 'env'. Fixed 'parray' formatting. Fixed (and simplified) subcmd parsing. Added tests.
    Improved usage messages. Allowed for 'initializer' functions for the interpreters being created. Added 'env'. Fixed 'parray' formatting. Fixed (and simplified) subcmd parsing. Added tests.
  • Sep 11, 2008
    r527 (Nicer usage messages here and there. Got rid of SEsc, since ...) committed by consalus   -   Nicer usage messages here and there. Got rid of SEsc, since it is never useful. Added failing test for minor brace parsing inconsistency.
    Nicer usage messages here and there. Got rid of SEsc, since it is never useful. Added failing test for minor brace parsing inconsistency.
  • Sep 10, 2008
    issue 65 (Distinction between Command and Proc) Status changed by consalus   -  
    Status: Fixed
    Status: Fixed
  • Sep 10, 2008
    issue 102 ('string map') Status changed by consalus   -  
    Status: Fixed
    Status: Fixed
  • Sep 10, 2008
    r526 (Better error msg for [string map] ) committed by consalus   -   Better error msg for [string map]
    Better error msg for [string map]
  • Sep 10, 2008
    r525 (Gave 'lsearch' the '-start' parameter. ) committed by consalus   -   Gave 'lsearch' the '-start' parameter.
    Gave 'lsearch' the '-start' parameter.
  • Sep 10, 2008
    r524 (minor. ) committed by consalus   -   minor.
    minor.
  • Sep 10, 2008
    r523 (Added 'extend', along with demo of it in Main. Updated cabal...) committed by consalus   -   Added 'extend', along with demo of it in Main. Updated cabal file to have all modules.
    Added 'extend', along with demo of it in Main. Updated cabal file to have all modules.
  • Sep 10, 2008
    r522 (Minor changes here and there for "optimization". Removed sil...) committed by consalus   -   Minor changes here and there for "optimization". Removed silly inlining parameter from build script.
    Minor changes here and there for "optimization". Removed silly inlining parameter from build script.
  • Sep 05, 2008
    r521 (Fixed number parsing to allow hex as a valid integer Made "D...) committed by consalus   -   Fixed number parsing to allow hex as a valid integer Made "DeD" parse as a double.
    Fixed number parsing to allow hex as a valid integer Made "DeD" parse as a double.
  • Aug 26, 2008
    r520 (Added hex parsing (and .DDD syntax) to expr numerals ) committed by consalus   -   Added hex parsing (and .DDD syntax) to expr numerals
    Added hex parsing (and .DDD syntax) to expr numerals
  • Aug 26, 2008
    r519 ('-nocase' for "string map" and fixed "string reverse" ) committed by consalus   -   '-nocase' for "string map" and fixed "string reverse"
    '-nocase' for "string map" and fixed "string reverse"
  • Aug 22, 2008
    r518 (Minor re-org. ) committed by consalus   -   Minor re-org.
    Minor re-org.
  • Aug 21, 2008
    r517 (Added 'every.tcl' for demo purposes. Gave 'string toupper/t...) committed by consalus   -   Added 'every.tcl' for demo purposes. Gave 'string toupper/tolower' first last optional arguments. Accidentally gave 'reverse' first/last arguments. hm.
    Added 'every.tcl' for demo purposes. Gave 'string toupper/tolower' first last optional arguments. Accidentally gave 'reverse' first/last arguments. hm.
  • Aug 21, 2008
    r516 (Nicened string error messages a bit. ) committed by consalus   -   Nicened string error messages a bit.
    Nicened string error messages a bit.
  • Aug 21, 2008
    r515 (Added basic 'info level n' code. Fixed 'return' slightly, so...) committed by consalus   -   Added basic 'info level n' code. Fixed 'return' slightly, so now every.tcl works.
    Added basic 'info level n' code. Fixed 'return' slightly, so now every.tcl works.
  • Aug 21, 2008
    r514 (Added 'tell' and 'file size'. ) committed by consalus   -   Added 'tell' and 'file size'.
    Added 'tell' and 'file size'.
  • Aug 20, 2008
    r513 (Fast build. ) committed by consalus   -   Fast build.
    Fast build.
  • Aug 20, 2008
    r512 (Added 'lreverse'. Added 'file exists'. Refactord 'file ___ n...) committed by consalus   -   Added 'lreverse'. Added 'file exists'. Refactord 'file ___ name' stuff.
    Added 'lreverse'. Added 'file exists'. Refactord 'file ___ name' stuff.
  • Aug 20, 2008
    r511 (Fixed lindex behavior. Made index parsing error message slig...) committed by consalus   -   Fixed lindex behavior. Made index parsing error message slightly nicer.
    Fixed lindex behavior. Made index parsing error message slightly nicer.
  • Aug 20, 2008
    r510 (Added file {readable,writable,executable,isfile,isdirectory}...) committed by consalus   -   Added file {readable,writable,executable,isfile,isdirectory}
    Added file {readable,writable,executable,isfile,isdirectory}
  • Aug 20, 2008
    r509 (Renamed 'ControlProcs' to 'ControlCmds'. Consolidated some o...) committed by consalus   -   Renamed 'ControlProcs' to 'ControlCmds'. Consolidated some of the 'list of bytestrings to tcl list' stuff. Added 'file channels'. Fixed cabal file.
    Renamed 'ControlProcs' to 'ControlCmds'. Consolidated some of the 'list of bytestrings to tcl list' stuff. Added 'file channels'. Fixed cabal file.
  • Aug 19, 2008
    r508 (Made 'vwait' work a little more like it should. ) committed by consalus   -   Made 'vwait' work a little more like it should.
    Made 'vwait' work a little more like it should.
  • Aug 19, 2008
    r507 (Added 'after cancel'. ) committed by consalus   -   Added 'after cancel'.
    Added 'after cancel'.
  • Aug 18, 2008
    r506 (Made traces work slightly better, added test command. ) committed by consalus   -   Made traces work slightly better, added test command.
    Made traces work slightly better, added test command.
  • Aug 18, 2008
    r505 (Added preliminary code to enable vwait Added tracing to vars...) committed by consalus   -   Added preliminary code to enable vwait Added tracing to vars Beefed up event code to allow 'after idle' and 'after info'
    Added preliminary code to enable vwait Added tracing to vars Beefed up event code to allow 'after idle' and 'after info'
  • Aug 06, 2008
    issue 100 ('string first') Status changed by consalus   -   Done.
    Status: Fixed
    Done.
    Status: Fixed
  • Aug 06, 2008
    issue 102 ('string map') Status changed by consalus   -   Added and works. Needs -nocase still, though.
    Status: Started
    Added and works. Needs -nocase still, though.
    Status: Started
  • Aug 06, 2008
    r504 (Fixed unset behavior for undefined variables, added test. ) committed by consalus   -   Fixed unset behavior for undefined variables, added test.
    Fixed unset behavior for undefined variables, added test.
  • Aug 06, 2008
    r503 (Got rid of some unnecessary polymorphism in withScope. ) committed by consalus   -   Got rid of some unnecessary polymorphism in withScope.
    Got rid of some unnecessary polymorphism in withScope.
  • Aug 05, 2008
    r502 (Tests for namespace import with '-force'. Renamed <|> to </>...) committed by consalus   -   Tests for namespace import with '-force'. Renamed <|> to </> to better match the PEG-ness of the library. Added some strictness and inlining, resulting in a nice performance boost.
    Tests for namespace import with '-force'. Renamed <|> to </> to better match the PEG-ness of the library. Added some strictness and inlining, resulting in a nice performance boost.
  • Aug 03, 2008
    r501 (Minor ) committed by consalus   -   Minor
    Minor
  • Aug 02, 2008
    r500 (Fixed lingering paths after ns delete. ) committed by consalus   -   Fixed lingering paths after ns delete.
    Fixed lingering paths after ns delete.
  • Aug 02, 2008
    r499 (Fixed format padding a bit. ) committed by consalus   -   Fixed format padding a bit.
    Fixed format padding a bit.
  • Jul 31, 2008
    r498 (Fixed parsing a bit. Rewrote Format parsing, now allows padd...) committed by consalus   -   Fixed parsing a bit. Rewrote Format parsing, now allows padding specifier.
    Fixed parsing a bit. Rewrote Format parsing, now allows padding specifier.
  • Jul 31, 2008
    r497 (Added more compilation, skewed bechmarks a bit (shameful), a...) committed by consalus   -   Added more compilation, skewed bechmarks a bit (shameful), and added 'string map' Made a singular 'toPairs'
    Added more compilation, skewed bechmarks a bit (shameful), and added 'string map' Made a singular 'toPairs'
  • Jul 29, 2008
    r496 (Added 'string first' ) committed by consalus   -   Added 'string first'
    Added 'string first'
 
Hosted by Google Code