Commit graph

5038 commits

Author SHA1 Message Date
jjgarcia
e0f91caf6e Fixed typo 2008-08-02 09:36:00 +00:00
Juan Jose Garcia Ripoll
909576c6e8 Fixed typo 2008-08-02 09:16:28 +02:00
jjgarcia
dbe7ed3f36 Added option TCP_NODELAY 2008-07-31 08:58:13 +00:00
Juan Jose Garcia Ripoll
89db1c7d7f Added option TCP_NODELAY 2008-07-31 10:57:40 +02:00
Juan Jose Garcia Ripoll
e1639ab71f *READ-DEFAULT-FLOAT-FORMAT* did not work for LONG-FLOAT 2008-07-25 17:48:53 +02:00
jjgarcia
ae4766c079 When using long double, use no specialized arrays for LONG-FLOAT 2008-07-25 15:40:28 +00:00
Juan Jose Garcia Ripoll
b899d38eb5 When using long double, use no specialized arrays for LONG-FLOAT 2008-07-25 17:39:53 +02:00
jjgarcia
0c86faece3 Use isfinite/isnan as macros, like C99 prescribes. Needed for long double support in OS X 2008-07-25 14:59:31 +00:00
jjgarcia
924825d457 Missing break statement, caused IMAGPART to return NUL on long doubles 2008-07-25 14:59:09 +00:00
Juan Jose Garcia Ripoll
7664b83dac Use isfinite/isnan as macros, like C99 prescribes. Needed for long double support in OS X 2008-07-25 16:58:20 +02:00
Juan Jose Garcia Ripoll
84a8e1fc80 Missing break statement, caused IMAGPART to return NUL on long doubles 2008-07-25 16:57:11 +02:00
jjgarcia
5c60196300 Support for large files 2008-07-25 09:54:41 +00:00
Juan Jose Garcia Ripoll
46e3ea483e Support for large files 2008-07-25 11:53:54 +02:00
jjgarcia
3853a0ebe1 Do not use INSTALL_PROGRAM to install lisp files. Ensure /ecl directory exists 2008-07-13 09:43:49 +00:00
Juan Jose Garcia Ripoll
746502b7bf Do not use INSTALL_PROGRAM to install lisp files. Ensure /ecl directory exists 2008-07-13 11:41:48 +02:00
jjgarcia
5757a65ace Added a function ecl_make_stream_from_FILE, complementary to *_from_fd 2008-07-13 08:47:00 +00:00
Juan Jose Garcia Ripoll
2821f75a41 Added a function ecl_make_stream_from_FILE, complementary to *_from_fd 2008-07-13 10:46:12 +02:00
Juan Jose Garcia Ripoll
d2a9486aa6 DEFUN was still missing from the functions where REGISTER-WITH-PDE is used 2008-07-12 19:11:44 +02:00
jjgarcia
1e7967d0d9 Added a feature to identify we have PDE registration and update *source-location* when reading a file to be compiled 2008-07-12 16:55:07 +00:00
Juan Jose Garcia Ripoll
2f8778a245 Added a feature to identify we have PDE registration and update *source-location* when reading a file to be compiled 2008-07-12 18:53:46 +02:00
jjgarcia
250b294aaa Added hooks for registering DEF* forms and their locations with some database. 2008-07-12 14:13:05 +00:00
Juan Jose Garcia Ripoll
7607ec041c Added hooks for registering DEF* forms and their locations with some database. 2008-07-12 16:09:53 +02:00
jjgarcia
6c788d733e Fixed the order in which MAKE-LOAD-FORM statements are compiled 2008-07-11 15:08:28 +00:00
jjgarcia
b3fc6d3975 _pipe() is also needed for Mingw32 2008-06-30 19:35:58 +00:00
jjgarcia
04268a5a51 Speed up calling unknown functions by having a local frame that we reuse 2008-06-29 00:32:48 +00:00
jjgarcia
48a3053086 Remove typo 2008-06-28 18:56:31 +00:00
jjgarcia
8913840914 Temporarily deactivate location objects 2008-06-28 18:56:18 +00:00
jjgarcia
10faa8ddaf Make the subtypep database consistent with the gray stream classes 2008-06-28 18:15:40 +00:00
jjgarcia
ac3e155a19 We risk a SIGBUS if we do not access a 2-bytes object using two 1-byte dereferences 2008-06-28 18:15:25 +00:00
jjgarcia
064df295ac Fixed typo 2008-06-28 18:14:55 +00:00
jjgarcia
400b22aac5 Remove unused field in cl_env 2008-06-28 18:14:36 +00:00
jjgarcia
1813aa8e6c Reuse code for long function calls 2008-06-28 18:14:00 +00:00
jjgarcia
07e49ba844 Simplify code slightly by removing all direct references to VALUES and NVALUES. 2008-06-28 18:13:40 +00:00
jjgarcia
982a31133a Fixed the flags for the statically linked ECL 2008-06-28 08:36:21 +00:00
jjgarcia
90e936d85c There is not finitel(), so just use coercion. 2008-06-28 08:22:14 +00:00
jjgarcia
0e657faf79 Complete the fix for LONG_FLOAT. 2008-06-28 07:57:39 +00:00
jjgarcia
aa099a332a Implement SI:MAKE-PIPE (By S. Gromoff). Eliminate OPEN-PIPE / CLOSE-PIPE. 2008-06-27 20:18:12 +00:00
jjgarcia
faa259203e Automatic initialization of GC library uses ECL's usual flags 2008-06-26 21:06:09 +00:00
jjgarcia
0c4c43b052 When ECL_OFFSET_TABLE is empty, there is a syntax error in C 2008-06-26 21:05:48 +00:00
jjgarcia
a7465e94ba Fixed optimization of MAPL and MAPC: output value was wrong. 2008-06-23 20:39:26 +00:00
jjgarcia
03c9c55e1c Do not use constants for OP_GO labels 2008-06-23 20:39:12 +00:00
jjgarcia
a49e3f7475 Simplify the lexical environment record for local functions 2008-06-23 20:38:56 +00:00
jjgarcia
9ef1a4b026 Introduce bind_frame() abstraction 2008-06-23 20:38:44 +00:00
jjgarcia
df9aacf3db Split an opcode for actual frame creation from those for frame identification. 2008-06-23 20:38:32 +00:00
jjgarcia
7a43b9738f BLOCK and TAGBODY share exit code 2008-06-23 20:38:17 +00:00
jjgarcia
5d98623c8a Restructure code so that OP_DO admits a location 2008-06-23 20:38:05 +00:00
jjgarcia
a427f1e0e5 Remove useless bds_unwind statement from OP_EXIT_FRAME 2008-06-23 20:37:54 +00:00
jjgarcia
fb59889206 si::bc-disassemble did not know about OP_[P]INT 2008-06-23 20:37:42 +00:00
jjgarcia
fec1c3a8f2 Fixed two typos 2008-06-23 20:37:29 +00:00
jjgarcia
719b6ecd9d ECL_LONG_DOUBLE was not defined 2008-06-23 20:37:16 +00:00