summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* Fix getsockopt/setsockopt handling of SO_SNDBUF/SO_RCVBUF options.Mark H Weaver2016-05-221-28/+2
* Regenerate SRFI-14 character set data.Ludovic Courtès2016-05-221-387/+1279
* build: Add SCM_T_OFF_MAX and SCM_T_OFF_MIN to scmconfig.h.Mark H Weaver2016-05-221-0/+6
* build: Remove libguile/mkstemp.c, redundant with Gnulib.Ludovic Courtès2016-05-222-130/+1
* Remove SIGEV constant definitions.David Michael2016-05-222-7/+1
* Add Hurd signal and error constants.David Michael2016-05-222-0/+20
* Add new Linux errno constants.David Michael2016-05-221-0/+2
* Fix the rule to check for new signals and errorsDavid Michael2016-05-222-2/+3
* Heed the reader settings implied by #!r6rsAndreas Rottmann2016-05-221-2/+38
* Fix atan procedure when applied to complex numbers.Mark H Weaver2016-05-221-2/+2
* i18n: Check for non-POSIX strtol_l.Natanael Copa2016-05-221-1/+1
* Correct docstring of 'symlink'.Taylan Ulrich Bayırlı/Kammer2016-05-221-2/+2
* Don't return expressions from void functions in numbers.cMark H Weaver2016-05-221-138/+108
* Implement 'string-utf8-length' and 'scm_c_string_utf8_length'.Mark H Weaver2016-05-222-2/+37
* Speed up port position access from SchemeAndy Wingo2016-05-224-63/+116
* Support for non-blocking I/OAndy Wingo2016-05-204-21/+211
* U+FFFD is the input substitution characterAndy Wingo2016-05-161-3/+9
* Bump objcode versionwip-port-refactorAndy Wingo2016-05-161-1/+1
* Remove unused type from ports-internalAndy Wingo2016-05-142-7/+0
* Update port mode bits documentation.Andy Wingo2016-05-141-10/+9
* Add SCM_OPN to mode bits when making portsAndy Wingo2016-05-144-33/+16
* Use heap-allocated port types instead of ptobnumsAndy Wingo2016-05-1316-272/+190
* Make scm_t_ptob_descriptor private.Andy Wingo2016-05-133-30/+33
* Remove scm_t_port_internalAndy Wingo2016-05-1310-154/+142
* Make scm_t_port privateAndy Wingo2016-05-135-63/+32
* Make port buffering fields privateAndy Wingo2016-05-138-152/+141
* Make file/line/column fields of ports privateAndy Wingo2016-05-133-19/+20
* Embed scm_t_port in scm_t_port_internalAndy Wingo2016-05-133-16/+7
* Remove SCM backlink in port structureAndy Wingo2016-05-132-7/+3
* Add random_access_p port type methodAndy Wingo2016-05-133-4/+26
* Beginnings of shunting ports-in-scheme off to a moduleAndy Wingo2016-05-132-35/+67
* Fix port-clear-stream-start-for-bom-read logic.Andy Wingo2016-05-101-7/+0
* Factor out iconv to port-decode-charAndy Wingo2016-05-101-53/+80
* Simplify decoding error handlingAndy Wingo2016-05-101-113/+88
* Decoding errors do not advance read pointerAndy Wingo2016-05-101-19/+7
* Fix bug in trampoline_to_c_readAndy Wingo2016-05-101-1/+1
* Fix port-clear-stream-start-for-bom-read bugAndy Wingo2016-05-071-1/+1
* Port to Scheme of new BOM handlingAndy Wingo2016-05-051-0/+49
* Handle BOM around fill/flush instead of peek/putAndy Wingo2016-05-053-151/+184
* Add integer->char and char->integer opcodesAndy Wingo2016-05-042-2/+48
* Port refactors to help Scheme peek-charAndy Wingo2016-05-042-33/+70
* Port conversion strategies internally are symbolsAndy Wingo2016-05-048-175/+162
* Port encoding internally represented as symbolAndy Wingo2016-05-036-84/+80
* Char readers peek into read bufferAndy Wingo2016-05-011-217/+148
* scm_fill_input can guarantee a minimum fill amountAndy Wingo2016-05-014-31/+52
* peek-byte in SchemeAndy Wingo2016-04-302-27/+83
* Tweak port initialization orderAndy Wingo2016-04-301-1/+1
* Refactor way the-eof-object is definedAndy Wingo2016-04-301-2/+2
* Add SCM port read/write functionsAndy Wingo2016-04-302-8/+73
* Remove port locksAndy Wingo2016-04-282-99/+22