summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* Remove array contp flagDaniel Llorens2021-08-165-54/+20
* Deprecate scm_from_contiguous_typed_arrayDaniel Llorens2021-08-164-60/+71
* Remove the 'simple vector' conceptDaniel Llorens2021-08-165-17/+20
* Add function vector-copy! to coreDaniel Llorens2021-08-062-3/+45
* Extend core vector-copy to r7rs vector-copyDaniel Llorens2021-08-062-7/+35
* Deprecate use of vector-move-left! and vector-move-right! on non-vector arraysDaniel Llorens2021-08-061-53/+104
* Deprecate using vector->list, vector-copy on arraysDaniel Llorens2021-08-051-32/+60
* Merge libguile/generalized-arrays.* into libguile/arrays.*Daniel Llorens2021-08-0310-713/+614
* Bump objcode versionAndy Wingo2021-05-111-1/+1
* 'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.Ludovic Courtès2021-05-081-1/+28
* Close the finalization pipe before forking.Andrew Whatson2021-05-081-17/+28
* Define `O_NOFOLLOW' and various other flags when supported.Maxime Devos2021-05-071-0/+36
* Include config.h in mini-gmp.c, if presentAndy Wingo2021-05-011-0/+4
* Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-timeAndy Wingo2021-04-271-0/+1
* Allow users to force gmp to use libgcAndy Wingo2021-04-261-0/+9
* Bump minor objcode version for new intrinsicsAndy Wingo2021-04-261-2/+2
* Fix error when argument to < not a realAndy Wingo2021-04-261-1/+2
* Simplify module variable lookup slow-pathAndy Wingo2021-04-264-4/+96
* Compile fix for x86_64-MinGW.Jan (janneke) Nieuwenhuizen2021-04-121-3/+3
* Document write-line.Jan (janneke) Nieuwenhuizen2020-10-051-1/+1
* Fix buffer overread in string-locale<?Andy Wingo2021-03-151-23/+18
* Fix buffer overread in string-locale-ci=? and related functionsAndy Wingo2021-03-151-9/+11
* Add JIT capability for MinGWMike Gran2021-03-132-14/+52
* Don't force installation of GMP allocators in guile shellAndy Wingo2021-03-121-1/+0
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-121-37/+10
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-111-10/+37
* For MinGW use Windows filepaths in libpath.hMichael Gran2021-03-111-1/+46
* on MinGW, prefer winsock2.h over sys/select in iselectMike Gran2021-03-111-0/+4
* Add windows stubs for dlopen, dlclose, dlsym, dlerrorMike Gran2021-03-113-1/+66
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-102-23/+57
* On Win32, prefer winsock2 header for socket declarationsMike Gran2021-03-101-3/+8
* remove 2nd attempt at invoking ComSpec when spawning childMichael Gran2021-03-101-17/+1
* Use lower-case windows.hMichael Gran2021-03-101-1/+1
* Fix define error for mini-gmpMichael Gran2021-03-081-1/+1
* Only install libgc as GMP allocator with mini-gmpAndy Wingo2021-03-081-5/+19
* Don't expose mini-gmp to usersAndy Wingo2021-03-081-2/+23
* don't presume availability of gmp.pcMichael Gran2021-03-037-16/+25
* Remove read extension support from primitive-readAndy Wingo2021-03-031-37/+5
* More read.c simplificationsAndy Wingo2021-03-031-30/+28
* primitive-read handles only default reader optionsAndy Wingo2021-03-031-656/+122
* Scheme reader fully replaces C readerAndy Wingo2021-03-032-4/+22
* Invalid charset at EOF does not cause decoding errorAndy Wingo2021-03-031-9/+2
* improve autoconfigury for minigmpMichael Gran2021-03-028-10/+13
* Enable option to prefer mini-gmp over libgmpMichael Gran2021-03-0210-8/+4922
* Add syntax-sourcevAndy Wingo2021-02-252-3/+53
* Syntax objects have "source" fieldAndy Wingo2021-02-202-10/+51
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-036-323/+144
* getsockopt may return garbage for parameters < sizeof(int)Michael Gran2021-01-211-1/+2
* in null threads, don't define sigmask stub when pthread_sigmask does not existMichael Gran2021-01-212-4/+12
* Need Guile and Windows types for the declarations posix-w32Michael Gran2021-01-211-1/+8