Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · ECL.0.9e
ecl
Browse files
Jan 12, 2005
Fixed out-of-bounds access to the elements in the vector.
· 9116e093
jjgarcia
authored
Jan 12, 2005
View commits for tag ECL.0.9e
ECL.0.9e
9116e093
Fix the order in which methodsare invoked in a STANDARD-METHOD-COMBINATION
· 79aa5567
jjgarcia
authored
Jan 12, 2005
79aa5567
Temporary files are now also cleaned up when exiting via #'QUIT.
· 16f131d3
jjgarcia
authored
Jan 12, 2005
16f131d3
Jan 11, 2005
Wrong code produced for FOO in
· adc4a64a
jjgarcia
authored
Jan 11, 2005
adc4a64a
In WITH-INPUT-FROM-STRING the index value can only be updated during a normal exit from the form
· d843ab89
jjgarcia
authored
Jan 11, 2005
d843ab89
Fix typo
· 172351b7
jjgarcia
authored
Jan 11, 2005
172351b7
Allow (SETF ...) function names to appear in proclamations
· e4aa8f5d
jjgarcia
authored
Jan 11, 2005
e4aa8f5d
Undo mistake
· 8ef48dd9
jjgarcia
authored
Jan 11, 2005
8ef48dd9
User break (Ctrl+C) is now captured under windows
· 3daeb3ca
jjgarcia
authored
Jan 11, 2005
3daeb3ca
CLEAR-INPUT-STREAM and LISTEN-STREAM now work with windows consoles and pipes (M. Goffioul)
· 7ef23a53
jjgarcia
authored
Jan 11, 2005
7ef23a53
New function for Windows system errors (M. Goffioul)
· 94ba2a06
jjgarcia
authored
Jan 11, 2005
94ba2a06
Add some newly created external functions (M. Goffioul)
· 839db52d
jjgarcia
authored
Jan 11, 2005
839db52d
Use escape characters when there are invalid characters in the symbol name
· 99a56f75
jjgarcia
authored
Jan 11, 2005
99a56f75
Forgot that we have not yet implemented stub functions for cl_subtypep().
· 5945a751
jjgarcia
authored
Jan 11, 2005
5945a751
MAKE-STRING-OUTPUT-STREAM now checks the validity of the :ELEMENT-TYPE.
· 2b8bfd68
jjgarcia
authored
Jan 11, 2005
2b8bfd68
Fixes to the scope of special variable declarations
· 3882176d
jjgarcia
authored
Jan 11, 2005
3882176d
There are problems with the detection of input from the console under windows
· dcdf113f
jjgarcia
authored
Jan 11, 2005
dcdf113f
Jan 10, 2005
A tty might be open in io mode
· 74ae3aef
jjgarcia
authored
Jan 10, 2005
74ae3aef
New exported functions (M. Goffioul)
· 46d69efa
jjgarcia
authored
Jan 10, 2005
46d69efa
Fixes in various reader macros (#*, #(,#C)). Stream mode smm_closed disappears...
· dd39b19a
jjgarcia
authored
Jan 10, 2005
dd39b19a
Jan 07, 2005
Separate C prefixes for the compiler and the CLX library. Updates for the MSVC port (M. Goffioul)
· 01770061
jjgarcia
authored
Jan 07, 2005
01770061
Separate C prefixes for the compiler and the CLX library. Updates for the MSVC port (M. Goffioul)
· 9ade36a2
jjgarcia
authored
Jan 07, 2005
9ade36a2
Xmas fixes. See CHANGELOG for list of changes.
· ea7b544a
jjgarcia
authored
Jan 07, 2005
ea7b544a
Dec 21, 2004
Merging the extra bits of the byte buffer is tricky when the file was opened only for output.
· b6c8edfb
jjgarcia
authored
Dec 21, 2004
b6c8edfb
The position of the file pointer was wrong after the flush of the write byte-buffer
· 9ef76ef6
jjgarcia
authored
Dec 21, 2004
9ef76ef6
Do not open a file in read/write mode when only output mode was requested
· cefd281e
jjgarcia
authored
Dec 21, 2004
cefd281e
Fixes in the behavior of the printer/reader with respect to readtable case and print case.
· 29b12a74
jjgarcia
authored
Dec 21, 2004
29b12a74
Dec 20, 2004
#: must be written for uninterned symbols when *PRINT-READABLY* is T
· e6049eb5
jjgarcia
authored
Dec 20, 2004
e6049eb5
Fixed typo
· dbfef4d3
jjgarcia
authored
Dec 20, 2004
dbfef4d3
Implemented flushing of byte buffer
· cbf2382a
jjgarcia
authored
Dec 20, 2004
cbf2382a
Fix exporting of functions under MSVC
· 5e5ab8c7
jjgarcia
authored
Dec 20, 2004
5e5ab8c7
The space should print as #\ instead of #\Space.
· c27de3c9
jjgarcia
authored
Dec 20, 2004
c27de3c9
FILE-POSITION must return NIL on broadcast streams
· dd1921df
jjgarcia
authored
Dec 20, 2004
dd1921df
Output of ecl_file_position() is always an object
· a819d7c3
jjgarcia
authored
Dec 20, 2004
a819d7c3
Complete the support for binary streams modifying FILE-POSITION and...
· 2866ea5e
jjgarcia
authored
Dec 20, 2004
2866ea5e
Disable _ARGS() in external.h and use precise prototypes
· aaad2c18
jjgarcia
authored
Dec 20, 2004
aaad2c18
List all interesting functions created by the lisp->C compiler in external.h...
· 9fc98f14
jjgarcia
authored
Dec 20, 2004
9fc98f14
Dec 17, 2004
Minor fixes (M. Goffioul)
· 9c0d2b2f
jjgarcia
authored
Dec 17, 2004
9c0d2b2f
When the value of a LET* variable is a closure, the size of the lexical...
· 9b19bc22
jjgarcia
authored
Dec 17, 2004
9b19bc22
Dec 16, 2004
Merged in the new compiler structure doubly linked list.
· e4fa9f4e
jjgarcia
authored
Dec 16, 2004
e4fa9f4e
Loading