Commit graph

5038 commits

Author SHA1 Message Date
jjgarcia
419b07743d Improve the interface of SI:PROCESS-COMMAND-ARGS. 2006-02-28 14:11:01 +00:00
jjgarcia
8f4c7fc1bd Add bug example. 2006-02-28 14:10:37 +00:00
jjgarcia
b42119ef04 All slots from STANDARD-CLASS are now inherited by its subclasses. 2006-02-28 14:08:35 +00:00
jjgarcia
936b7fb6f6 Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
jjgarcia
6055075b78 Separate temporary and permanent data in a compiled file 2006-02-16 11:04:55 +00:00
jjgarcia
1161eb7c1e Forgot to reassign *debugger-hook* to avoid exiting on errors 2006-02-08 16:56:59 +00:00
jjgarcia
c5c4202487 The OSX port is no longer broken 2006-02-07 16:52:15 +00:00
jjgarcia
d0f129cdeb @headitem is not supported in older linuxen 2006-02-07 09:37:21 +00:00
jjgarcia
011ff7b5d6 Do not load ~/.ecl nor ~/.eclrc when asking for help with --help/-?/-h 2006-02-06 10:38:06 +00:00
jjgarcia
c6df05f4d8 Remove unused function and variable 2006-02-06 10:11:01 +00:00
jjgarcia
770f071318 New implementation of SAFE-EVAL, cooperates better with the current condition system and can call TOP-LEVEL. 2006-02-06 10:07:16 +00:00
jjgarcia
98a3cc7ac9 Using eval-when makes this work when cross-compiling. 2006-01-16 13:19:47 +00:00
jjgarcia
20d4765883 Restore constant +initform-unsupplied+. 2006-01-16 11:47:37 +00:00
jjgarcia
6688f1b75f Remove unused variables and constants. 2006-01-16 11:47:06 +00:00
jjgarcia
562b7b5cf4 Do not compile the DEFINE-CONDITION statements, but rather keep them as lists for later evaluation. 2006-01-16 09:59:31 +00:00
jjgarcia
8846ac62b2 Fixes to make --disable-shared work in Mingw32 2006-01-13 13:32:25 +00:00
jjgarcia
f1cf24949a Fix missing arguments to @multitable 2006-01-12 11:28:41 +00:00
jjgarcia
e38ddff5ad Allow :EPILOGUE-CODE in C:BUILDER to be a lisp form. COMPILE-FILE-PATHNAME now accepts :FAS and :FASL indistinctly 2006-01-12 11:28:33 +00:00
jjgarcia
7621975ea0 Added stylesheets to the HTML manual. 2006-01-11 14:47:39 +00:00
jjgarcia
0dcf6bbfe5 Removed unused function. 2006-01-09 09:16:05 +00:00
jjgarcia
8de21d278a Implemented standard behavior of NO-APPLICABLE-METHOD. 2006-01-09 09:15:42 +00:00
jjgarcia
66505e8fd9 ENSURE-GENERIC-FUNCTION implemented using only E-G-F-USING-CLASS. Removed assert_non_wild_pathname, as it is only required by one function. *LOAD-PATHNAME* contains the pathname supplied by the user, not the one merged with SI::GETCWD. 2006-01-09 09:15:10 +00:00
jjgarcia
7b1a3731a9 In the C library, SI::COERCE-TO-FILENAME now ensures that pathnames are absolute. Previous fix suffices to make the compiler happy and avoid using TRUENAME on files which had not yet been created. 2006-01-09 09:14:19 +00:00
jjgarcia
47d361761a Compute paths of FASL and object files relative to :OUTPUT-FILE 2005-12-21 16:00:23 +00:00
jjgarcia
b386f91f03 Fixed typo 2005-12-21 15:40:24 +00:00
jjgarcia
5722fa2b7c Forgot the case in which the generic function is modified using ENSURE-GENERIC-FUNCTION 2005-12-20 15:03:02 +00:00
jjgarcia
1ed32834f5 Changing the function definition of a symbol in a locked package results in a correctable error 2005-12-20 10:33:06 +00:00
jjgarcia
5a13085f22 Adding a new specialization to a generic function does not result in a warning when the function is in a locked package 2005-12-20 10:31:07 +00:00
jjgarcia
84e76bd6cf Remove unused files and flags 2005-12-13 10:00:36 +00:00
jjgarcia
4d94a84b79 Removed unused files 2005-12-13 09:54:36 +00:00
jjgarcia
f35bddaeb7 Clean also the 'ext' directory so that asdf rebuilds properly' 2005-12-06 09:06:48 +00:00
jjgarcia
117d364cba Allow ECL build with the various BSD make program 2005-11-29 14:52:02 +00:00
jjgarcia
54b542b97c Control whether it is allowed to assign a value to undefined variables. 2005-11-23 11:05:59 +00:00
jjgarcia
c6e4191014 Better search of the class tree looking for a condition that matches the type specifier. Works now for types like '(OR TYPE-ERROR SIMPLE-CONDITION), as well as for more complicated cases of conditions that inherit from multiple parents 2005-11-21 13:48:16 +00:00
jjgarcia
2ed749b755 By default, temporal destination is RETURN because there might be more than one value to be saved. 2005-11-21 10:27:32 +00:00
jjgarcia
48efb20909 Remove unused functions and use prefix ecl_ on all internal functions in file.d 2005-11-21 10:15:22 +00:00
goffioul
f4d402e8ef Fix scripts for self-installing executable generation. 2005-11-18 09:09:22 +00:00
goffioul
86ab306ebc Fix error reporting on serious signals. 2005-11-18 08:02:08 +00:00
goffioul
929d6205ce Fix segmentation fault in time encoding/decoding functions. 2005-11-17 13:40:58 +00:00
jjgarcia
934aa18fba Allow the user to change the current package with -eval 2005-11-16 15:01:01 +00:00
jjgarcia
3796d96680 New release 2005-11-16 09:05:08 +00:00
jjgarcia
6e5230e831 New release 2005-11-16 08:38:46 +00:00
jjgarcia
6afc4856fe Fixed infinite loop in the routine for inlining LAMBDA forms, plus other bugs related to variable names in macro expansion. 2005-11-15 19:49:26 +00:00
jjgarcia
d55b5669ac Disable handling of FP exceptions in the Alpha machines 2005-11-15 19:18:42 +00:00
jjgarcia
2b6010be79 Shift dates into the range 1970-2033 when computing daylight saving times 2005-11-15 19:12:45 +00:00
jjgarcia
b7ef7e8264 Build the Alpha port with IEEE floating point arithmetics 2005-11-15 19:12:35 +00:00
jjgarcia
71d1f22081 Hack to make fdopen() work with socks 2005-11-14 16:04:34 +00:00
jjgarcia
5bd56c2787 Do not alter pathnames when supplied by the user 2005-11-14 10:45:52 +00:00
jjgarcia
49c217e85d Incorporate DEFSYSTEM to the distribution 2005-11-10 17:30:56 +00:00
jjgarcia
644859e164 Added support for threads in FreeBSD 2005-11-10 09:00:37 +00:00