Commit graph

1957 commits

Author SHA1 Message Date
Juan Jose Garcia Ripoll
399687c5aa Added c/ffi/{mmap,cdata}.d to the list of files compiled by Windows. 2011-06-24 23:26:15 +02:00
Juan Jose Garcia Ripoll
e0d89daf02 Added the possibility of linking ECL's compiled data as binary data at the end of the compiled files, instead of C constants. 2011-06-23 21:28:58 +02:00
Juan Jose Garcia Ripoll
99a289902c Fix copyright from mmap.d 2011-06-19 22:19:05 +02:00
Juan Jose Garcia Ripoll
84ece8b4c6 Add an :OFFSET keyword argument to EXT:MMAP 2011-06-19 21:51:37 +02:00
Juan Jose Garcia Ripoll
d08fd4f44e File streams are printed different from ANSI C streams 2011-06-19 17:08:33 +02:00
Juan Jose Garcia Ripoll
2693093c7d Added functions to MMAP files into memory (Unix only). 2011-06-19 17:08:08 +02:00
Juan Jose Garcia Ripoll
3fe33a08bf In ecl_make_file_stream_from_fd(), when the argument was not a smm_..._file type, it was not corrected. 2011-06-19 17:07:12 +02:00
Juan Jose Garcia Ripoll
62d7cdfa0a Update list of FFI ABIs in libffi. 2011-06-11 01:39:37 +02:00
Juan Jose Garcia Ripoll
6b00c54dd3 Save locations also in bytecompiled code 2011-06-05 15:20:55 +02:00
Juan Jose Garcia Ripoll
831f0575a4 Removed debug statement from bytecodes compiler 2011-06-05 12:35:53 +02:00
Juan Jose Garcia Ripoll
1801c64bff Dedicated function for loaded bytecompiled files 2011-06-05 12:35:35 +02:00
Juan Jose Garcia Ripoll
bee348af53 windows.h is needed for si:close-windows-handle 2011-05-29 00:06:32 +02:00
Juan Jose Garcia Ripoll
1f14b45350 In case we need to use run-program with cygwin, added some lines that are needed for that. 2011-05-28 22:38:10 +02:00
Juan Jose Garcia Ripoll
8f4904e7a2 WAIT-FOR-ALL-PROCESSES is not needed on Windows. 2011-05-22 23:35:36 +02:00
Juan Jose Garcia Ripoll
4f1da6d6f6 Fix package prefix (si->ext) in Windows' threading code (src/c/threads/process.d) 2011-05-22 23:35:07 +02:00
Juan Jose Garcia Ripoll
7b38840b1e Export file-stream-fd from EXT 2011-05-22 18:25:59 +02:00
Juan Jose Garcia Ripoll
0a964a0a38 Remove more debug statements. 2011-05-21 16:27:51 +02:00
Juan Jose Garcia Ripoll
f3df94b7a4 Remove debug statement (src/c/compiler.d) 2011-05-21 16:26:35 +02:00
Juan Jose Garcia Ripoll
ecc74901db PROGN ignored toplevel forms in FLAG_COMPILE mode. 2011-05-21 16:19:41 +02:00
Juan Jose Garcia Ripoll
f0ace1a759 Avoid using system() all together because our SIGCHLD handler interferes with it on OSX 32 bits 2011-04-19 21:42:50 +02:00
Juan Jose Garcia Ripoll
ee7ce02155 pasthrough_encoder() should only reference encoding_error() when we have encodings. 2011-04-13 22:04:21 +02:00
Juan Jose Garcia Ripoll
bcd542c343 Increased C stack limit 2011-04-03 21:13:52 +02:00
Juan Jose Garcia Ripoll
73cda82adb In src/c/printer/write_symbol.d, potential_number_p() did not work with Unicode strings. 2011-04-03 21:12:31 +02:00
Juan Jose Garcia Ripoll
853ec3ebc5 Errors in array/sequence indexes are now a bit more uniform. Eliminated FEillegal_index. Changed prototype for FEtype_error_index. Fixed typo in FEwrong_index. 2011-04-03 10:03:50 +02:00
Juan Jose Garcia Ripoll
20d5b17948 Disassembler for missing code OP_EXIT_PROGV 2011-03-27 23:36:55 +02:00
Juan Jose Garcia Ripoll
74cf32017b Eliminate last reference to ecl_query_all_processes_status(0). 2011-03-27 20:48:51 +02:00
Juan Jose Garcia Ripoll
b8ee75a5af Avoid including fenv.h twice 2011-03-25 23:03:33 +01:00
Juan Jose Garcia Ripoll
e0b5584b65 *action-on-undefined-variable* lives in the ext package 2011-03-20 08:26:22 +01:00
Juan Jose Garcia Ripoll
80802e28aa The lisp handler for SIGCHLD is now a separate function, si:wait-for-all-processes 2011-03-19 22:30:44 +01:00
Juan Jose Garcia Ripoll
a7000ca0f9 Reimplementation of the SIGCHLD handler -- avoids race conditions using the signal handling thread. 2011-03-13 21:59:36 +01:00
Juan Jose Garcia Ripoll
c2935cbb4f New function ecl_delete_eq 2011-03-13 21:58:41 +01:00
Juan Jose Garcia Ripoll
5fcd784bb9 Slightly more verbose message when coercing to filenames. 2011-03-06 23:57:53 +01:00
Juan Jose Garcia Ripoll
61bb9e1d75 DIRECTORY accepts :FOLLOW-SYMLINKS 2011-03-06 23:28:23 +01:00
Juan Jose Garcia Ripoll
d3e59164d0 Fixes for cygwin: missing headers in libraries.d and unixsys.d 2011-03-05 23:40:07 +01:00
Juan Jose Garcia Ripoll
01678b0ddf si::*interrupts-enabled* -> ext::*interrupts-enabled* 2011-03-05 15:14:39 +01:00
Juan Jose Garcia Ripoll
78bf5fb838 *interrupts-enabled* moved from SI to EXT package 2011-02-28 09:19:55 +01:00
Juan Jose Garcia Ripoll
6e2626ec95 Second attempt at fixing the handling of SIGCHLD. 2011-02-28 00:24:45 +01:00
Juan Jose Garcia Ripoll
1523ae8a5c EXT package created containing the original set of symbols (not yet filtered) and re-exported from SYS 2011-02-27 23:20:12 +01:00
Juan Jose Garcia Ripoll
0df9601789 EXT:EXTERNAL-PROCESS-WAIT ignores -1 on Windows platforms. 2011-02-27 17:02:18 +01:00
Juan Jose Garcia Ripoll
bc4469906f Trap and use SIGCHLD to update the status of running processes 2011-02-27 16:57:46 +01:00
Juan Jose Garcia Ripoll
0e644e3340 Use dup2() instead of dup() when executing child processes (more portable, due to use of STD*_FILENO?) 2011-02-27 16:23:13 +01:00
Juan Jose Garcia Ripoll
4fd77c7963 Fixed disassembly of OP_CSET 2011-02-27 16:21:01 +01:00
Juan Jose Garcia Ripoll
bc31e21e68 ECL's bytecodes compiler now properly creates load forms for complex constants. 2011-02-27 15:31:04 +01:00
Juan Jose Garcia Ripoll
ad18f713c4 The bytecodes compiler may now compile constant values using make-load-forms 2011-02-27 10:58:09 +01:00
Juan Jose Garcia Ripoll
fe34270379 Remove the load-time constants from the array, as they are replaced later on any way. 2011-02-27 00:05:28 +01:00
Juan Jose Garcia Ripoll
0a7f39449a Added the possibility of compiling load-time forms in the interpreter, when :load-toplevel is active. 2011-02-26 23:56:57 +01:00
Juan Jose Garcia Ripoll
ad4b59a79f Refactor compile_form() into various subfunctions and split out c_quote() as special operator. 2011-02-24 14:08:55 +00:00
Juan Jose Garcia Ripoll
ea33182ace The Unicode database distributed as C files. 2011-02-20 23:53:02 +00:00
Juan Jose Garcia Ripoll
a136b663bd Embed the Unicode database in the C library as a sequence of C arrays. 2011-02-20 23:52:24 +00:00
Juan Jose Garcia Ripoll
ac4b1a7b8d Added support for a subset of Unicode (0 - 65535). 2011-02-19 23:46:52 +00:00