Juan Jose Garcia Ripoll
2f68e36135
Upgrade ASDF and introduce a new ECL extension, which are prebuilt systems.
2010-03-13 14:45:12 +01:00
Juan Jose Garcia Ripoll
8c90bf7916
When the user removes ECL's system directory from ASDF's central registry, an instance of ASDF was created without the right fields (S. Boukarev)
2010-03-07 23:18:47 +01:00
Juan Jose Garcia Ripoll
dacffdc468
SERVE-EVENT now allows streams and sockets as arguments, instead of file descriptors.
2010-02-22 15:11:41 +01:00
Juan Jose Garcia Ripoll
c59b212fd4
The PROFILE package now has an alias, SB-PROFILE.
2010-02-20 18:16:17 +01:00
Juan Jose Garcia Ripoll
30ee5dbf0d
SERVE-EVENT now allows time resolution of less than one second.
2010-02-19 20:30:32 +01:00
Juan Jose Garcia Ripoll
d8e828bf35
:EXTERNAL-FORMAT did not work on bi-directional sockets.
2010-02-19 00:22:19 +01:00
Juan Jose Garcia Ripoll
cce95aa087
Missing arguments in function call
2010-02-17 23:55:43 +01:00
Juan Jose Garcia Ripoll
f3fa64c038
Missing argument in call to socket-make-stream-inner.
2010-02-17 22:41:08 +01:00
Juan Jose Garcia Ripoll
3f341b28dd
Fix SOCKET-MAKE-STREAM so that it works in Windows.
2010-02-17 20:49:49 +01:00
Juan Jose Garcia Ripoll
1941458e0d
In SOCKETS, the stream is created as a two-way stream that automatically closes its components. We also make sure that the file descriptor is duplicated when using both input and output channels and implement new options :INPUT, :OUTPUT and :EXTERNAL-FORMAT for SOCKET-MAKE-STREAM.
2010-02-17 14:49:41 +01:00
Juan Jose Garcia Ripoll
113dd3c2ef
When using threads and sockets, the stream is a two-way streams and its components must be closed separately.
2010-02-13 15:35:42 +01:00
Juan Jose Garcia Ripoll
dd4d8e036f
Socket streams are now two-way streams.
2010-02-12 18:33:04 +01:00
Juan Jose Garcia Ripoll
f272b37635
Upgraded to ASDF 1.604 to solve a problem with restarts.
2010-02-05 19:26:12 +01:00
Juan Jose Garcia Ripoll
33e74b78de
Upgraded ASDF to 1.603.
2010-02-04 23:27:12 +01:00
Juan Jose Garcia Ripoll
67cb66678d
ECL now ships with ASDF version 1.596
2010-02-03 21:00:23 +01:00
Juan Jose Garcia Ripoll
65c1dbb06f
Missing arguments to several warnings (S. Bourakev).
2010-01-25 09:09:10 +01:00
Juan Jose Garcia Ripoll
fddb943c98
Upgrade ASDF to v1.369
2009-11-17 22:52:26 +01:00
Juan Jose Garcia Ripoll
e6eee9f5d1
contrib/asdf/asdf-ecl.lisp:
...
* added a field :prologue-code to the monolithic operation. This field works
just like the previous :epilogue-code.
* gather-components uses a new way to list the set of load-op operations that
ASDF would normally produce.
* library operations would collect too many object files by not filtering
by system. This was probably a typo in bundle-sub-operations.
2009-11-01 02:41:15 +01:00
Samium Gromoff
a027435354
Generalise the ASDF epilogue code fix to monolithic bundle ops.
2009-10-24 18:42:53 +02:00
Juan Jose Garcia Ripoll
b606466993
contrib/sockets/sockets.lisp: Implemente SO_LINGER properly (needs struct linger) (M. Mondor). In Windows, set-sockopt-timeval had the older interface, without the socket level.
2009-10-18 18:51:14 +02:00
Juan Jose Garcia Ripoll
25e7849e2b
contrib/sockets/sockets.lisp: two more typos fixed (Chun Tian)
2009-10-17 21:41:51 +02:00
Juan Jose Garcia Ripoll
7d0e542de1
contrib/sockets/sockets.lisp: added a new argument to define-sockopt specifying the level of the interface (SOL_SOCKET or IPPROTO_TCP).
2009-10-17 19:55:35 +02:00
Juanjo
25c9b636e1
contrib/sockets/sockets.lisp: remove unused conditionalization.
2009-10-05 11:00:32 +02:00
Juan Jose Garcia Ripoll
61b7c0ac31
Same reverse fix as before.
2009-08-17 21:25:20 +02:00
Juan Jose Garcia Ripoll
7077608d93
Default buffering mode defaults to NIL (:NONE) so that we do not break code expecting no buffering. Change will be undone at some point in the future.
2009-08-17 20:30:35 +02:00
Juan Jose Garcia Ripoll
413b9561cf
Two compatibility improvements in the SOCKETS library:
...
1) The buffer types :FULL and :LINE are supported.
2) We create an alias called SB-BSD-SOCKETS
2009-08-16 10:49:36 +02:00
Samium Gromoff
9a0402d616
Disallow :EPILOGUE-CODE leaking from :PROGRAM to constituent BUNDLE-OPs.
2009-08-06 15:30:42 +02:00
Samium Gromoff
7460dfdd23
Fix MONOLITHIC-BUNDLE-OP slot name typo.
2009-08-06 15:30:41 +02:00
Juan Jose Garcia Ripoll
1eb01d1431
Only produce FASB files for systems with more than just precompiled binary components.
2009-08-05 22:31:19 +02:00
Juan Jose Garcia Ripoll
96f4c92bd7
Next iteration of the code for building and installing fake ASDF components for every ECL module.
2009-08-05 22:23:36 +02:00
Juan Jose Garcia Ripoll
9b6de867b5
A much simpler solution for registering modules with ASDF without creating *.asd files
2009-08-05 21:40:15 +02:00
Juan Jose Garcia Ripoll
e7369e72fd
Modules which are loaded with REQUIRE, but which belong to ECL, are now registered with ASDF and can be used in dependencies.
2009-08-05 20:56:00 +02:00
Juan Jose Garcia Ripoll
4a9b55b8c8
Add alias :rtest to sb-rt
2009-08-05 20:55:37 +02:00
Juan Jose Garcia Ripoll
94b43077a6
Replace an invalid comment by a more meaningful one.
2009-07-29 12:29:59 +02:00
Juan Jose Garcia Ripoll
9382296aa8
The code profile.lsp still used an SBCL-propietary function.
2009-06-30 19:42:20 +02:00
Juan Jose Garcia Ripoll
144d25367d
Instead of replacing all DEFCONSTANT with DEFPARAMETER, use LET statements to prevent evaluation of the c-inline forms in profile, sockets and serve-event
2009-06-29 14:41:04 +02:00
Juan Jose Garcia Ripoll
19cbcd5a7c
Replace DEFCONSTANT with DEFPARAMETER because it constains a call to C-INLINE
2009-06-28 21:44:06 +02:00
Juan Jose Garcia Ripoll
f6ff6e4ffc
Again, DEFCONSTANT statements cannot contain C-INLINE forms.
2009-06-28 21:43:26 +02:00
Juan Jose Garcia Ripoll
ebefe248a0
Replace DEFCONSTANT with DEFPARAMETER because it constains a call to C-INLINE
2009-06-28 21:41:01 +02:00
Juan Jose Garcia Ripoll
307ae3853a
profile.lsp contained a DEFCONSTANT statement that could not be evaluated in the compiler.
2009-06-28 21:36:12 +02:00
Samium Gromoff
a42dbe52bc
Fix MAKE-BUILD: filter out :FASL files from INPUT-FILES return value.
2009-04-18 14:51:31 +02:00
Samium Gromoff
bd85fecd4a
Prevent double loading caused by the .fas rebuild fix commit.
2009-04-17 14:52:44 +02:00
Samium Gromoff
dda0b05e5b
Missing .fas files should trigger rebuild, or subsequent LOAD will fail.
2009-04-12 21:09:24 +02:00
Juan Jose Garcia Ripoll
d52383c27e
Add feature marking the use of the bytecodes compiler instead of the native compiler
2009-04-02 15:20:55 +02:00
Juan Jose Garcia Ripoll
005dc07061
Added the possibility of bytecompiling forms and saving them. New module bytecmp uses this to implement COMPILE and COMPILE-FILE.
2009-04-01 02:29:48 +02:00
Juan Jose Garcia Ripoll
ecf055bc5a
Fixes for the Windows port, including a flag to make ANSI C streams the default file type.
2009-03-30 14:42:16 +02:00
Juan Jose Garcia Ripoll
af158f819a
CLX registers itself with *MODULES* and requires SOCKETS. Split SOCKETS's package definition into a different file so that CLX can load it before being compiled.
2009-02-24 12:45:54 +01:00
Juan Jose Garcia Ripoll
150398b8b1
Extended strings are now arrays of 32-bit integers.
2009-02-07 19:54:34 +01:00
Juan Jose Garcia Ripoll
02a44ebdcd
The Unicode database is shipped in DOS CR+LF format
2009-01-11 20:11:50 +01:00
Juan Jose Garcia Ripoll
ba16e548a3
Installed version 5.0.0 of the Unicode database
2009-01-11 20:11:22 +01:00