summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update use of jit_begin_data APIAndy Wingo2020-07-301-1/+1
* Merge https://gitlab.com/wingo/lightening master branchAndy Wingo2020-07-303-22/+28
* Add JIT implementation for jtableAndy Wingo2020-07-301-5/+36
* Merge https://gitlab.com/wingo/lightening master branchAndy Wingo2020-07-306-28/+186
* Add jtable instructionAndy Wingo2020-07-233-3/+70
* Merge upstream 'lightening'Ludovic Courtès2020-06-213-5/+27
* Merge upstream 'lightening'Andy Wingo2020-06-191-0/+2
* Merge upstream 'lightening'Andy Wingo2020-06-192-5/+12
* doc: Document default delimiter of string-join.Arun Isaac2020-06-181-5/+6
* read: Use "invalid" rather than "illegal".Jan (janneke) Nieuwenhuizen2020-06-181-1/+1