summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add (find-mapped-elf-image) procedure to (system vm objcode) modulewip-linkerAndy Wingo2013-05-182-2/+111
* refactor and simplify ELF loader in objcodes.cAndy Wingo2013-05-181-240/+195
* refactor linker to lay out ELF files and memory in the same wayAndy Wingo2013-05-182-118/+218
* elf: add accessors for header members that might need relocationAndy Wingo2013-05-181-2/+22
* ELF refactor and consequent linker simplificationsAndy Wingo2013-05-184-197/+238
* split linker out of elf moduleAndy Wingo2013-05-185-383/+562
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-04-1467-1105/+3076
|\
| * Using 'pass-if-equal' in coding.test.Mark H Weaver2013-04-141-56/+56
| * Adjust BOM tests to reflect the fact that big endian is used by default.Mark H Weaver2013-04-141-12/+2
| * Add 2012 and 2013 to copyright notice on numbers.test.Mark H Weaver2013-04-101-1/+2
| * Do not add $(EXEEXT) to guild or guile-tools.Mark H Weaver2013-04-101-2/+2
| * Mention `open-file' in NEWS.v2.0.9Ludovic Courtès2013-04-101-3/+3
| * doc: Require libunistring 0.9.3 in `README'.Ludovic Courtès2013-04-101-1/+1
| * build: Tell `gen-scmconfig' whether the system has `struct timespec'.Ludovic Courtès2013-04-102-1/+24
| * Bump version number for 2.0.9.Ludovic Courtès2013-04-102-2/+5
| * doc: Update `release.org'.Ludovic Courtès2013-04-101-8/+7
| * stime: Remove #ifdef HAVE_*_H for headers provided by Gnulib.Ludovic Courtès2013-04-101-10/+2
| * Make `build-aux/gendocs.sh' executable.Ludovic Courtès2013-04-101-0/+0
| * Bump version number for 2.0.8.Ludovic Courtès2013-04-091-3/+3
| * tests: Skip FFI tests involving `scm_is_pair' when `dynamic-func' fails.Ludovic Courtès2013-04-091-4/+6
| * doc: Cosmetic change for `release.org'.Ludovic Courtès2013-04-091-1/+1
| * Update `THANKS'.Ludovic Courtès2013-04-091-0/+2
| * update NEWSAndy Wingo2013-04-091-22/+14
| * fix stime patch for HAVE_TIMES removalAndy Wingo2013-04-091-3/+14
| * simplify configure checks for functionality provided by gnulibAndy Wingo2013-04-092-27/+4
| * Minor 'THANKS' fix.Mark H Weaver2013-04-091-1/+1
| * Fix alignment in 'THANKS'.Mark H Weaver2013-04-091-1/+1
| * Update bug report section of 'THANKS'.Mark H Weaver2013-04-091-0/+4
| * Update 'THANKS'.Mark H Weaver2013-04-091-0/+8
| * Manual: Don't promise to signal an error for an illegal 'letrec'.Mark H Weaver2013-04-091-2/+2
| * tests: Skip IPv6 socket tests when OS support is missing.Ludovic Courtès2013-04-091-1/+10
| * Update 'NEWS'.Mark H Weaver2013-04-081-9/+3
| * Update 'NEWS'.Mark H Weaver2013-04-081-0/+7
| * Consume a peeked EOF at the REPL.Mark H Weaver2013-04-081-5/+2
| * Miscellaneous 'sendfile' fixes and improved tests.Mark H Weaver2013-04-082-33/+53
| * Update 'NEWS'.Mark H Weaver2013-04-071-76/+159
| * Change `sendfile' to loop until everything has been sent.Ludovic Courtès2013-04-073-74/+114
| * Remove outdated and misplaced "Included Guile Modules" node from manual.Mark H Weaver2013-04-071-122/+1
| * Clarify 'file-encoding' docs: heuristics may be improved later.Mark H Weaver2013-04-071-14/+22
| * 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