macro documentation fixup
[bpt/guile.git] / libguile /
2011-02-02 Ludovic CourtèsChange `scm_encoding_error' to pass the port and faulty...
2011-02-02 Ludovic CourtèsUpon port encoding error, always write as much as possible.
2011-02-02 Ludovic CourtèsHave `read-char' & co. throw to `decoding-error'.
2011-02-02 Ludovic CourtèsFix typo.
2011-02-01 Mark H WeaverMove comment about trig functions back where it belongs
2011-02-01 Mark H WeaverHandle products with exact 0 differently
2011-02-01 Mark H WeaverFix bugs in `rationalize'
2011-01-31 Mark H WeaverImprove extensibility of `expt' and `integer-expt'
2011-01-31 Mark H WeaverRename {euclidean,centered}_quo_rem to {euclidean,cente...
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsRemove the "has finalizer?" bit from pointer objects.
2011-01-30 Mark H WeaverImprove extensibility of core numeric procedures
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 WeaverInfinities and NaNs are no longer rational
2011-01-30 Mark H Weaver`equal?' and `eqv?' are now equivalent for numbers
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 Ludovic CourtèsHave `recv!', `send', etc. accept a bytevector.
2011-01-28 Mark H WeaverFix bugs when negating SCM_MOST_POSITIVE_FIXNUM+1
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 incorrect FUNC_NAME for scm_current_processor_count
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 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èsTweak `read-line'.
2011-01-26 Andy Wingofix error-handling of apply to non-list
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èsAdd `scm_{to,from}_utf32_string'.
2011-01-25 Ludovic CourtèsOptimize `scm_{to,from}_latin1_string'.
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-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è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 Wingoscm_with_guile calls GC_call_with_gc_active
2011-01-21 Andy Wingoimplement r6rs hungry escaped EOL
2011-01-20 Mark H WeaverFix bugs in expt and integer-expt
2011-01-08 Andy Wingofix scm_from_stringn empty string case
2011-01-08 Andy Wingofix tab completion in repl (doh)
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2011-01-07 Andy Wingooptimize scm_from_latin1_symboln
2011-01-07 Andy Wingolookup_interned_symbol uses get_handle_by_hash
2011-01-07 Andy Wingoadd scm_hash_fn_get_handle_by_hash
2011-01-07 Andy Wingoremove vector hash table code
2011-01-07 Andy Wingohashtab cleanups
2011-01-07 Andy Wingofix symbol garbage collection
2011-01-07 Andy Wingoadd hash functions for locale, latin1, and utf8 strings
2011-01-07 Andy Wingomultibyte regex error handling fix
2011-01-07 Andy Wingohash.c cleanup
2011-01-07 Andy Wingoadd scm_from_{latin1,utf8}_symbol{n,}
2011-01-07 Andy Wingoadd scm_{to,from}_{utf8,latin1}_string{n,}
2011-01-05 Ludovic CourtèsChange `getaddrinfo' test to handle the GNU-specific...
2011-01-04 Ludovic CourtèsImprove doc of `string-index', `string-index-right...
2010-12-20 Ludovic CourtèsHave `lookahead-u8' and `get-u8' actually do binary...
2010-12-17 Ludovic CourtèsRemove conflicting `scm_is_string' declaration.
2010-12-17 Andy Wingorename make-undefined-fluid to make-unbound-fluid
2010-12-16 Ludovic CourtèsRehash weak hash tables less frequently.
2010-12-16 Ludovic CourtèsFix `hash' for pointer objects.
2010-12-16 Ludovic CourtèsInline `scm_is_string'.
2010-12-13 Andy Wingofix bugs in primitive-poll
2010-12-07 Ludovic CourtèsAdd `total-processor-count' and `current-processor...
2010-12-07 Ludovic CourtèsImprove doc of `getaffinity' and `setaffinity'.
2010-12-07 Brian Templetonvariable-unset!
2010-12-07 Brian Templetonunbound fluids
2010-12-07 Andy Wingobetter unbound variable errors in the vm
2010-12-06 Andy Wingoscm_setvbuf doesn't throw away current buffers
2010-12-06 Andy Wingoice-9 poll handles buffered io too
2010-12-04 Andy Wingomake-string et al nulls memory if not given an initializer
2010-12-03 Andy WingoASYNC_TICK after catching EINTR in SCM_SYSCALL
2010-12-03 Andy Wingoadd (ice-9 poll), a poll wrapper
2010-12-02 Ludovic CourtèsAdd bindings to GNU `sched_setaffinity' and `sched_geta...
2010-12-02 Andy Wingono need for fport_fill_input to select() before read()
2010-12-02 Andy Wingoscm_accept no longer leaves guile mode
2010-12-02 Andy Wingoindentation fix in ports.c
2010-11-24 Andreas RottmannAdd implementation of "transcoded ports"
2010-11-23 Andy Wingofix regexp matches to refer to chars, not bytes
2010-11-20 Andreas RottmannFix missing port-table locking and bytevector output...
2010-11-20 Andreas RottmannAllow specifying load extensions on the command line
2010-11-19 Andy Wingobump objcode version
2010-11-19 Andy Wingofix string-filter and string-delete argument order
2010-11-19 Andy Wingoscm_c_define_module uses define-module*
2010-11-19 Andy Wingofix a number of assuptions that a long could hold an...
2010-11-19 Andy Wingosimpos tweak
2010-11-19 Andy Wingofix a number of assumptions that a pointer could fit...
2010-11-19 Ludovic CourtèsInclude <alloca.h> wherever `alloca' is used.
2010-11-19 Ludovic CourtèsOptimize fixnum comparison.
2010-11-19 Ludovic CourtèsAdd optimized tagged integer addition/subtractions...
2010-11-19 Ludovic CourtèsAdd `SCM_GNUC_PREREQ'.
2010-11-18 Andy Wingolower-case hexadecimal digits again
2010-11-18 Andy Wingodeprecate cuserid
next