bpt/guile.git
2011-01-30 Mark H WeaverAdd two new sets of fast quotient and remainder operators
2011-01-30 Mark H WeaverAdd SCM_LIKELY and SCM_UNLIKELY for optimization
2011-01-30 Mark H WeaverFix GOOPS method compilation bug when no next-method...
2011-01-30 Mark H WeaverImplement R6RS `real-valued?', `rational-valued?',...
2011-01-30 Mark H WeaverInfinities and NaNs are no longer rational
2011-01-30 Mark H Weaver`equal?' and `eqv?' are now equivalent for numbers
2011-01-30 Mark H WeaverRemove useless test and fix spelling errors
2011-01-29 Ludovic CourtèsDon't remove `standard-library.texi' upon "make clean".
2011-01-29 Ludovic CourtèsAdd missing include for MinGW.
2011-01-29 Ludovic CourtèsMake `inet-ntop' and `inet-pton' available even when...
2011-01-29 Jan NieuwenhuizenWhen cross building, run GUILE_FOR_BUILD instead of...
2011-01-29 Ludovic CourtèsHave `srfi-19.test' use the non-deprecated `format...
2011-01-29 Ludovic CourtèsAdd a test for `send' and `recv!'.
2011-01-29 Ludovic CourtèsHave `recv!', `send', etc. accept a bytevector.
2011-01-29 Ludovic CourtèsAdd `-lgc' to `Libs' in `guile-2.0.pc'.
2011-01-28 Andy Wingoupdate api-evaluation.texi
2011-01-28 Mark H WeaverFix bugs when negating SCM_MOST_POSITIVE_FIXNUM+1
2011-01-28 Mark H Weavernote inf? / nan? domain in NEWS
2011-01-28 Andy Wingodomain of inf?, finite?, nan? is the real numbers
2011-01-28 Mark H WeaverRemove useless code from do_divide
2011-01-28 Mark H WeaverOptimize scm_exact_p by making use of SCM_INEXACTP
2011-01-28 Mark H WeaverImplement `finite?' in core and fix R6RS `finite?'...
2011-01-28 Mark H WeaverAdd SCM_INUM1 to numbers.h, and make use of it and...
2011-01-28 Mark H WeaverFix NEWS entry regarding changes to `expt' for zero...
2011-01-28 Mark H WeaverDo not apply `inf?' or `nan?' to strings
2011-01-28 Mark H WeaverFix incorrect FUNC_NAME for scm_current_processor_count
2011-01-27 Andy Wingofix guile-tools getopt
2011-01-27 Andy Wingofix THANKS
2011-01-27 Andy Wingofor mmap objcodes, store the fd in the third word,...
2011-01-27 Andy Wingoobjcode type is an enumeration, not flags
2011-01-27 Andy Wingoguile-tools gracefully errors for missing scripts
2011-01-27 Andy Wingoguile-tools uses getopt-long
2011-01-27 Andy Wingoguile-tools uses srfi-1
2011-01-27 Andy Wingofix error handling in variable-ref family of instructions
2011-01-26 Ludovic CourtèsUse `scm_from_latin1_stringn' in `objcodes.c'.
2011-01-26 Ludovic CourtèsFix buffer overflow in `read-line'.
2011-01-26 Ludovic CourtèsAdd ECMAScript parser tests.
2011-01-26 Noah LavineParse Decimal Numbers
2011-01-26 Noah LavineFix Hex Constants
2011-01-26 Noah LavineEcmascript Syntax
2011-01-26 Noah LavineEcmascript Syntax Fix
2011-01-26 Ludovic CourtèsAdd a `read-line' benchmark.
2011-01-26 Ludovic CourtèsTweak `read-line'.
2011-01-26 Andy Wingomore sensible error if compiled-file-name returns false...
2011-01-26 Andy Wingofix THANKS
2011-01-26 Andy Wingofix error-handling of apply to non-list
2011-01-26 Andy Wingoupdate README for copyright year ranges
2011-01-26 Andy Wingofix format ~f documentation for width combined with...
2011-01-26 Julian GrahamAdditional documentation for symbol manipulation functions.
2011-01-25 Ludovic CourtèsRewrite `read-line' in terms of `scm_getc'.
2011-01-25 Ludovic CourtèsHave `scm_getc' honor the port's conversion strategy.
2011-01-25 Ludovic CourtèsTest substitution and escaping on port output.
2011-01-25 Ludovic CourtèsAdd `scm_{to,from}_utf32_string'.
2011-01-25 Ludovic CourtèsOptimize `scm_{to,from}_latin1_string'.
2011-01-25 Andy Wingostexi->shtml supports itemx
2011-01-24 Ludovic CourtèsInstall the current locale when starting the REPL.
2011-01-24 Ludovic CourtèsRemove useless branches in the port code.
2011-01-24 Ludovic CourtèsAlways initialize a port's encoding name.
2011-01-24 Andy Wingoupdate the man page
2011-01-24 Ludovic CourtèsChoose the input source file encoding in a locale-indep...
2011-01-23 Ludovic CourtèsRemove unexpected non-ASCII character.
2011-01-23 Ludovic CourtèsRewrite `scm_lfwrite_substr' in terms of `scm_display'.
2011-01-23 Ludovic CourtèsRemove `scm_lfwrite_str'.
2011-01-22 Ludovic CourtèsAugment `THANKS'.
2011-01-22 Ludovic CourtèsHide the string escaping hacks.
2011-01-22 Ludovic CourtèsRewrite `read-char', `display', etc. using iconv calls...
2011-01-22 Andy Wingoinfinities are no longer integers
2011-01-22 Andy Wingoweb.texi fix
2011-01-22 Andy Wingoscm_with_guile calls GC_call_with_gc_active
2011-01-21 Andy Wingoupdate NEWS for hungry-eol-escapes
2011-01-21 Andy Wingodocument hungry-eol-escapes
2011-01-21 Andy Wingoimplement r6rs hungry escaped EOL
2011-01-21 Andy Wingoimplement port-eof?
2011-01-20 Andy Wingoadd NEWS for expt change
2011-01-20 Andy Wingoupdate NEWS for 1.9.14
2011-01-20 Mark H WeaverFix bugs in expt and integer-expt
2011-01-17 Noah LavineAdd ECMAScript Unicode literal support
2011-01-15 Neil JerramAdd "REPORTING BUGS" and "COPYING" sections to Guile...
2011-01-15 Neil JerramDocument missing Guile command line options
2011-01-15 Neil JerramManual page fixes
2011-01-14 Neil JerramConfront the MOP
2011-01-14 Neil JerramMove `GOOPS Error Handling' to after `Introspection'
2011-01-14 Neil JerramMove `Handling Slot Access Errors' inside `Accessing...
2011-01-14 Neil JerramMerge small sections into `GOOPS Object Miscellany'
2011-01-14 Neil JerramRemove content-free `Generic Functions and Accessors'
2011-01-14 Neil JerramMove `Accessing Slots' inside `Introspection'.
2011-01-14 Neil JerramReorder `Introspection'
2011-01-14 Neil JerramEdit `Introspection'
2011-01-14 Neil JerramMove `Introspection' earlier
2011-01-12 Neil JerramImprove doc on generic functions and inheritance
2011-01-11 Andy Wingoweb.texi defun -> deffn
2011-01-11 Andy Wingomore web.texi foo
2011-01-11 Andy Wingoupdate web.text documentation for requests and responses
2011-01-11 Andy Wingorequest and response cleanups
2011-01-11 Andy Wingo(web response) and (web request): bodies are bytevectors
2011-01-10 Andy Wingoupdate web.texi for (web http) changes
2011-01-10 Andy Wingoparse credentials and challenges
2011-01-09 Andy Wingomore symbols in (web http)
2011-01-09 Andy Wingo(web http): keys are always symbols
2011-01-08 Andy Wingoupdate (web http) docs
next