202420232022202120202019201820172016201520142013201220112010
- 2014/07/20 : Oops - gauche-package regression
- 2014/07/20 : 0.9.4 is out!
- 2014/05/03 : Keyword-symbol integration
- 2014/02/07 : Almost there?
- 2013/11/12 : Getting closer
- 2013/09/18 : Macro system extension
- 2013/08/01 : .gaucherc
- 2013/07/06 : It seems working. But...
- 2013/05/22 : R7RS support
- 2013/05/09 : Export-time renaming
- 2013/03/19 : When the inexact square root of an integer is exact
- 2013/03/16 : Checking scripts
- 2013/03/12 : And here comes random data generators
- 2013/03/11 : Math fun
- 2013/02/23 : Land of Lisp on Gauche
- 2013/02/04 : Building a list with index---which way is faster?
- 2013/01/29 : New REPL
- 2013/01/28 : Curse of extended floating point arithmetic
- 2013/01/24 : Searching multibyte strings
- 2013/01/23 : Fun with primes
- 2012/12/12 : NUL in a string
- 2012/09/30 : (exact (/ 3.0)) => ?
- 2012/09/25 : Way to rationalize
- 2012/07/15 : Working with generators - John Nash's Cipherer
- 2012/05/11 : Release timing
- 2012/03/18 : Consumers for generators
- 2012/02/08 : Threads, build process, lazy sequences
- 2011/12/27 : Gc update
- 2011/12/12 : Action items for 0.9.3
- 2011/11/20 : Two-argument reverse
- 2011/07/18 : Unicode Case-mapping Support and Character Set Independence
- 2011/07/11 : Generic file locking---is it really about files?
- 2011/07/10 : Quasiquoting
- 2011/07/09 : Not like the old-school Lisp atoms
- 2011/03/16 : Benchmarking utilities
- 2011/02/03 : Bitten by floating point numbers again
- 2011/01/07 : Queue of zero length
- 2010/12/16 : Looking for alternative read-time constructor syntax
- 2010/12/13 : Release and test
- 2010/12/11 : New directory structure
- 2010/12/06 : To quote or not to quote
- 2010/11/19 : Some improvements of constant propagation
- 2010/11/16 : Partial continuations and fun of stack fiddling
- 2010/11/12 : Exact sqrt
- 2010/11/11 : More control on redirection in run-process
- 2010/09/19 : Code is soft, interface is hard
- 2010/06/18 : div, mod, div0, mod0
- 2010/06/11 : Constructing circular structures
- 2010/06/09 : (cdr '#1='#1#) => ?
- 2010/05/14 : Supporting general transformers: Step 1