summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* 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
* missing includes for list.hMichael Gran2021-01-212-2/+4
* Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran2021-01-212-16/+10
* Fix incorrect docstring of mkdtemp!Michael Gran2021-01-191-3/+3
* New procedure mkdtemp! to create unique temporary directoryMichael Gran2021-01-192-1/+42
* Move declaration for scm_mkstemp to filesys.hMichael Gran2021-01-182-3/+3
* scm_i_make_transcoded_port: fix mode for input/output portsRob Browning2021-01-171-2/+2
* Replace a line which was accidentally removed.Asher Gordon2021-01-171-0/+1
* doc: Fix composition describing scm_reverse_list_to_stringRob Browning2021-01-171-1/+1
* Merge remote-tracking branch 'lightening/main'Andy Wingo2021-01-072-0/+28
* Fix source location bug for neoteric exprs introduced by refactoringAndy Wingo2020-09-101-1/+1
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-106-254/+15
* Clean up srcprops implementationAndy Wingo2020-09-036-163/+137
* Tweak to initial heap size selectionAndy Wingo2020-08-271-2/+4
* Bump DEFAULT_INITIAL_HEAP_SIZEAndy Wingo2020-08-271-11/+2
* Bump objcode minor version to 4Andy Wingo2020-08-261-1/+1
* Add new pass to optimize branch chains to table dispatchAndy Wingo2020-08-121-0/+4
* Fix JIT compilation for jtableAndy Wingo2020-08-121-1/+1
* Add eq-immediate? instructionAndy Wingo2020-08-032-1/+47
* Add sign-extending make-immediate instructionAndy Wingo2020-07-303-2/+36
* Merge https://gitlab.com/wingo/lightening master branchAndy Wingo2020-07-301-3/+8