summaryrefslogtreecommitdiff
path: root/libguile
AgeCommit message (Expand)AuthorFilesLines
2021-10-19loader: Handle interned constants as well as plain bytevectors.Ricardo Wurmus1-6/+15
2021-10-19guile-snarf fixRobin Templeton1-1/+2
2021-10-19multiple obarraysRobin Templeton2-16/+87
2021-10-19intern arbitrary constantsRobin Templeton1-6/+17
2021-10-07Remove CFLAGS from snarfcppopts.Robin Templeton1-1/+1
2021-10-01Add frame-local-ref / frame-local-set! support for type 'ptrAndy Wingo1-2/+9
2021-09-17Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42Daniel Llorens1-2/+2
2021-08-17Extend bytevector-fill! to handle a partial fillDaniel Llorens2-24/+35
2021-08-17Refactor srfi-4 declarationsDaniel Llorens1-246/+31
2021-08-16Remove array contp flagDaniel Llorens5-54/+20
2021-08-16Deprecate scm_from_contiguous_typed_arrayDaniel Llorens4-60/+71
2021-08-16Remove the 'simple vector' conceptDaniel Llorens5-17/+20
2021-08-06Add function vector-copy! to coreDaniel Llorens2-3/+45
2021-08-06Extend core vector-copy to r7rs vector-copyDaniel Llorens2-7/+35
2021-08-06Deprecate use of vector-move-left! and vector-move-right! on non-vector arraysDaniel Llorens1-53/+104
2021-08-05Deprecate using vector->list, vector-copy on arraysDaniel Llorens1-32/+60
2021-08-03Merge libguile/generalized-arrays.* into libguile/arrays.*Daniel Llorens10-713/+614
2021-05-11Bump objcode versionAndy Wingo1-1/+1
2021-05-08'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.Ludovic Courtès1-1/+28
2021-05-08Close the finalization pipe before forking.Andrew Whatson1-17/+28
2021-05-07Define `O_NOFOLLOW' and various other flags when supported.Maxime Devos1-0/+36
2021-05-01Include config.h in mini-gmp.c, if presentAndy Wingo1-0/+4
2021-04-27Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-timeAndy Wingo1-0/+1
2021-04-26Allow users to force gmp to use libgcAndy Wingo1-0/+9
2021-04-26Bump minor objcode version for new intrinsicsAndy Wingo1-2/+2
2021-04-26Fix error when argument to < not a realAndy Wingo1-1/+2
2021-04-26Simplify module variable lookup slow-pathAndy Wingo4-4/+96
2021-04-12Compile fix for x86_64-MinGW.Jan (janneke) Nieuwenhuizen1-3/+3
2020-10-05Document write-line.Jan (janneke) Nieuwenhuizen1-1/+1
2021-03-15Fix buffer overread in string-locale<?Andy Wingo1-23/+18
2021-03-15Fix buffer overread in string-locale-ci=? and related functionsAndy Wingo1-9/+11
2021-03-13Add JIT capability for MinGWMike Gran2-14/+52
2021-03-12Don't force installation of GMP allocators in guile shellAndy Wingo1-1/+0
2021-03-12Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo1-37/+10
2021-03-11Handle CRLF and Unicode line endings in read-lineMike Gran1-10/+37
2021-03-11For MinGW use Windows filepaths in libpath.hMichael Gran1-1/+46
2021-03-11on MinGW, prefer winsock2.h over sys/select in iselectMike Gran1-0/+4
2021-03-11Add windows stubs for dlopen, dlclose, dlsym, dlerrorMike Gran3-1/+66
2021-03-10Add mkstemp; undocument mkstemp!Andy Wingo2-23/+57
2021-03-10On Win32, prefer winsock2 header for socket declarationsMike Gran1-3/+8
2021-03-10remove 2nd attempt at invoking ComSpec when spawning childMichael Gran1-17/+1
2021-03-10Use lower-case windows.hMichael Gran1-1/+1
2021-03-08Fix define error for mini-gmpMichael Gran1-1/+1
2021-03-08Only install libgc as GMP allocator with mini-gmpAndy Wingo1-5/+19
2021-03-08Don't expose mini-gmp to usersAndy Wingo1-2/+23
2021-03-03don't presume availability of gmp.pcMichael Gran7-16/+25
2021-03-03Remove read extension support from primitive-readAndy Wingo1-37/+5
2021-03-03More read.c simplificationsAndy Wingo1-30/+28
2021-03-03primitive-read handles only default reader optionsAndy Wingo1-656/+122
2021-03-03Scheme reader fully replaces C readerAndy Wingo2-4/+22