Fix nested block comment example in manual.
[bpt/guile.git] / libguile /
2014-01-18 Ludovic CourtèsCustom binary input ports support 'setvbuf'.
2014-01-18 Ludovic CourtèsPrepare 'setvbuf' to support for non-file ports.
2014-01-17 Ludovic CourtèsArrange so that 'file-encoding' does not truncate the...
2014-01-15 Ludovic CourtèsCustom binary input ports sanity-check the return value...
2014-01-15 Mark H Weaverprint: In R7RS |...| symbols, print most graphic charac...
2014-01-15 Mark H Weaverprint: Support R7RS |...| symbol notation.
2014-01-15 Mark H Weaverread: Support R7RS |...| symbol notation.
2014-01-14 Mark H Weaverread: use 'c_tolower' instead of 'tolower' in 'try_read...
2014-01-14 Mark H WeaverRecognize 'escape' character name, per R7RS.
2014-01-14 Mark H Weaverread: Accept "\|" in string literals.
2014-01-14 Mark H Weaverread: Support R7RS '#true' and '#false' syntax for...
2014-01-13 Ludovic Courtès'port-position' works on CBIPs that do not support...
2014-01-12 Mark H WeaverFix hashing of empty vectors.
2014-01-12 Mark H WeaverFix hashing of vectors to run in bounded time.
2014-01-09 Mark H WeaverFix 'string-copy!' to work properly with overlapping...
2014-01-09 Mark H WeaverImplement 'exact-integer?' and 'scm_is_exact_integer'.
2014-01-09 Mark H Weaverscm_primitive_load: Simplify code using 'scm_open_file_...
2014-01-09 Mark H Weaverread: Avoid signed integer overflow in 'read_decimal_in...
2014-01-09 Mark H WeaverIncrement SCM_N_READ_OPTIONS for 'curly-infix' option.
2013-12-15 Ludovic CourtèsHide EINTR returns from 'accept'.
2013-12-13 Tom TromeyAdd missing FUNC_NAME defines for pair accessors.
2013-12-05 Ludovic Courtèsvm: Gracefully handle stack overflows.
2013-11-28 Andy WingoCritical sections in guardians do not need to block...
2013-11-28 Andy WingoDeprecate gc-live-object-stats
2013-11-23 Mark H WeaverMake port properties accessible from Scheme.
2013-11-23 Mark H WeaverMake guardians thread-safe.
2013-11-23 Mark H WeaverBlock system asyncs while 'overrides_lock' is held.
2013-11-23 Mark H WeaverAdd mutex locking functions that also block asyncs.
2013-11-13 Ludovic Courtèsi18n: Fix null pointer dereference when locale info...
2013-11-05 Mark H WeaverDon't use the identifier 'noreturn'.
2013-10-20 Ian PriceFix optional end argument in `uniform-vector-read!'.
2013-10-14 Ludovic Courtès'scm_c_read' goes through the fast path with ISO-8859...
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-10-03 Mark H WeaverRevert "Fix edge case in 'ash'."
2013-10-03 Andy WingoDeprecate scm_c_program_source, as it has no internal...
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-08-17 Mark H WeaverImproved error checking in bytevector->uint-list and...
2013-08-10 Mark H WeaverFix inappropriate uses of scm_syserror in numbers.c.
2013-08-09 Mark H Weaverdereference-pointer: check for null pointer.
2013-08-09 Mark H WeaverFix numerator and denominator handling of signed zeroes...
2013-08-06 David KastrupFix display of symbols containing backslashes.
2013-08-06 Mark H WeaverVM: ash: Use SCM_SRS and handle large right shift in...
2013-08-06 Mark H WeaverUse Gnulib's 'isfinite' in numbers.c.
2013-08-06 Mark H WeaverUse Gnulib's 'copysign' in numbers.c.
2013-08-04 Mark H WeaverVM: ASM_ADD and ASM_SUB for x86: clobber _CX not "rcx".
2013-08-04 Mark H WeaverVM: Define ASM_MUL on ARM only if SMULL instruction...
2013-08-04 Mark H WeaverVM: Implement ASM_ADD, ASM_SUB, and ASM_MUL for ARM...
2013-08-03 Mark H WeaverVM: Avoid untagging inums in 'logand' and 'logior'.
2013-08-03 Mark H WeaverVM: Add ASM_MUL for x86.
2013-08-03 Mark H WeaverVM: Support 32-bit x86 in ASM_ADD and ASM_SUB.
2013-08-03 Mark H WeaverVM: Add "cc" to the clobber list of ASM_ADD and ASM_SUB.
2013-08-03 Mark H WeaverVM: Avoid overflow in ASM_ADD when the result is most...
2013-08-03 Mark H WeaverVM: Avoid signed overflows in 'add1' and 'sub1'.
2013-08-03 Mark H WeaverVM: Redefine INUM_MIN and INUM_MAX without assumptions.
2013-08-02 Mark H WeaverAdd 'scm_i_from_double' and use it.
2013-07-21 Mark H WeaverFix minor formatting error in 'rationalize'.
2013-07-21 Mark H WeaverRewrite 'rationalize' to fix bugs and improve efficiency.
2013-07-18 Mark H WeaverModify SCM_UNPACK type check to avoid warnings in clang.
2013-07-17 Ludovic CourtèsFix 'SCM_SYSCALL' to really swallow EINTR.
2013-07-16 Mark H Weavergcd and lcm support inexact integer arguments.
2013-07-16 Mark H Weavermin and max: NaNs beat infinities, per R6RS errata.
2013-07-16 Mark H WeaverAvoid lossy conversion from inum to double in numerical...
2013-07-16 Mark H WeaverFix bugs in numerical equality predicate.
2013-07-16 Mark H WeaverFix rounding in scm_i_divide2double for negative arguments.
2013-07-14 Mark H WeaverFix VM 'ash' for right shifts by large amounts.
2013-06-17 Mark H WeaverFix bug in remqueue in threads.c when removing last...
2013-06-16 Ludovic CourtèsFix #ifdefery for `setegid'.
2013-06-16 Ludovic CourtèsDefine `AF_UNIX' only when Unix-domain sockets are...
2013-06-10 Mark H WeaverAllow #f as timeout argument to unlock-mutex and SRFI...
2013-06-04 Ludovic CourtèsReport the faulty keyword in errors raised by `scm_c_bi...
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-04-09 Ludovic Courtèsbuild: Tell `gen-scmconfig' whether the system has...
2013-04-09 Ludovic Courtèsstime: Remove #ifdef HAVE_*_H for headers provided...
2013-04-09 Andy Wingofix stime patch for HAVE_TIMES removal
2013-04-09 Andy Wingosimplify configure checks for functionality provided...
2013-04-08 Mark H WeaverMiscellaneous 'sendfile' fixes and improved tests.
2013-04-07 Ludovic CourtèsChange `sendfile' to loop until everything has been...
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverRemove byte-order mark check from 'scm_i_scan_for_encod...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-07 Daniel LlorensDon't use scm_generalized_vector_get_handle() in array...
2013-04-06 Mark H WeaverImplement 'scm_c_bind_keyword_arguments'.
2013-04-05 Daniel LlorensDeprecate scm_array_fill_int()
2013-04-05 Daniel LlorensRemove double indirection in array-fill!
2013-04-05 Mark H WeaverUse 'c_strcasecmp' instead of 'strcasecmp'.
2013-04-05 Mark H WeaverImprove handling of Unicode byte-order marks (BOMs).
2013-04-04 Mark H WeaverPeeks do not consume EOFs.
2013-04-03 Mark H WeaverPreserve the case of the user-specified port encoding...
2013-04-03 Daniel LlorensRemove double indirection for 1st arg of array-for...
2013-04-03 Daniel LlorensRemove double indirection in array-map! with <2 args
2013-04-03 Daniel LlorensAvoid per-element cons for 1-arg case of array-map!
2013-04-03 Daniel LlorensDeprecate dead code in array-map.c
2013-04-03 Mark H WeaverUse 'strcasecmp' to compare encoding names.
2013-04-03 Daniel LlorensRemove double indirection in element access in array...
2013-04-02 Mark H WeaverRename 'scm_i_get_byte_or_eof' et al; mark them as...
2013-04-02 Mark H WeaverRemove uses of GC_PTR in 'finalize_iconv_descriptors'.
2013-04-02 Mark H WeaverRewrite get_iconv_codepoint to fix a bug involving...
2013-04-02 Mark H WeaverMove slow path out of 'scm_get_byte_or_eof' et al.
2013-04-02 Mark H WeaverAdd a static version of 'scm_fill_input' to ports.c.
next