summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add keyword arguments to file opening procedures.Mark H Weaver2013-04-076-70/+581
| * Add record type printer for srfi-41.Chris K. Jester-Young2013-04-071-0/+23
| * Add record type printer for srfi-45.Chris K. Jester-Young2013-04-071-1/+16
| * Implement efficient 'scm_unget_bytes' and 'unget-bytevector'.Mark H Weaver2013-04-077-60/+160
| * Remove byte-order mark check from 'scm_i_scan_for_encoding'.Mark H Weaver2013-04-071-10/+0
| * Do not scan for coding declarations in open-file.Mark H Weaver2013-04-076-44/+40
| * doc: Link exceptions and escape continuations.Ludovic Courtès2013-04-071-1/+8
| * doc: Warn against misuses of `file-name-separator-string'.Ludovic Courtès2013-04-071-1/+6
| * Don't use scm_generalized_vector_get_handle() in array-map.cDaniel Llorens2013-04-071-6/+6
| * Fix the recommendations for conversion of C string constants.Mark H Weaver2013-04-061-11/+13
| * Fix indentation in test-scm-c-bind-keyword-arguments.c.Mark H Weaver2013-04-061-7/+7
| * Implement 'scm_c_bind_keyword_arguments'.Mark H Weaver2013-04-065-0/+353
| * NEWS tweaksAndy Wingo2013-04-061-3/+3
| * Bump 'copyright-year' to 2013.Mark H Weaver2013-04-061-1/+1
| * Remove duplicate definitions of `call/ec' and `let/ec'.Ian Price2013-04-062-26/+3
| * Update `NEWS'.Ludovic Courtès2013-04-061-9/+3
| * doc: Document `--language'.Ludovic Courtès2013-04-061-0/+29
| * doc: Document file name separator procedures.Ludovic Courtès2013-04-061-0/+32
| * Use a fresh cons for %stream-null.Chris K. Jester-Young2013-04-061-1/+1
| * Update `NEWS'.Ludovic Courtès2013-04-051-2/+16
| * Deprecate scm_array_fill_int()Daniel Llorens2013-04-053-23/+21
| * Remove double indirection in array-fill!Daniel Llorens2013-04-052-3/+28
| * Tests for array-copy!Daniel Llorens2013-04-051-0/+40
| * Add `call/ec' and `let/ec'.Ludovic Courtès2013-04-054-15/+107
| * tests: Add `pass-if-equal' support in `c&e'.Ludovic Courtès2013-04-051-2/+7
| * Use 'c_strcasecmp' instead of 'strcasecmp'.Mark H Weaver2013-04-053-12/+15
| * Import 'c-strcase' from Gnulib.Mark H Weaver2013-04-052-2/+3
| * Revert "Add record type printers for srfi-41 and srfi-45."Chris K. Jester-Young2013-04-052-29/+2
| * Add record type printers for srfi-41 and srfi-45.Chris K. Jester-Young2013-04-042-2/+29
| * Improve handling of Unicode byte-order marks (BOMs).Mark H Weaver2013-04-045-31/+514
| * Peeks do not consume EOFs.Mark H Weaver2013-04-043-7/+128
| * Nicer docstring syntax for case-lambda.Mark H Weaver2013-04-044-56/+110
| * Cross reference 'SRFI-9 Records' directly instead of 'SRFI-9'.Mark H Weaver2013-04-043-7/+8
| * Preserve the case of the user-specified port encoding string.Mark H Weaver2013-04-031-2/+1
| * Remove double indirection for 1st arg of array-for-eachDaniel Llorens2013-04-031-23/+22
| * tests: Add `array-for-each' tests for one-dimensional traversals.Ludovic Courtès2013-04-031-0/+30
| * tests: Use `pass-if-equal' in ramap.test.Ludovic Courtès2013-04-031-12/+16
| * Remove double indirection in array-map! with <2 argsDaniel Llorens2013-04-031-12/+20
| * Avoid per-element cons for 1-arg case of array-map!Daniel Llorens2013-04-031-19/+26
| * Deprecate dead code in array-map.cDaniel Llorens2013-04-032-13/+19
| * Use 'strcasecmp' to compare encoding names.Mark H Weaver2013-04-032-6/+6
| * Remove double indirection in element access in array-copy!Daniel Llorens2013-04-031-11/+20
| * Remove BOM tests that depend on GNU iconv behavior.Mark H Weaver2013-04-021-92/+0
| * Rename 'scm_i_get_byte_or_eof' et al; mark them as SCM_API.Mark H Weaver2013-04-023-6/+6
| * Remove uses of GC_PTR in 'finalize_iconv_descriptors'.Mark H Weaver2013-04-021-1/+1
| * Rewrite get_iconv_codepoint to fix a bug involving byte-order marks.Mark H Weaver2013-04-022-40/+140
| * Move slow path out of 'scm_get_byte_or_eof' et al.Mark H Weaver2013-04-023-34/+54
| * Add a static version of 'scm_fill_input' to ports.c.Mark H Weaver2013-04-021-9/+15
| * Move the port alist from the hash table to the internal port structure.Mark H Weaver2013-04-014-13/+25
| * Optimize 'get-bytevector-some'; it may now read less than possible.Mark H Weaver2013-04-013-81/+28