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 · safe.pre.new.apply
ecl
Browse files
Feb 14, 2008
Speed up ASSOC when compiled
· 35f050ab
jgarcia
authored
Feb 14, 2008
View commits for tag safe.pre.new.apply
safe.pre.new.apply
35f050ab
Feb 09, 2008
If DEBUG >= 2, do not use direct calls to exported functions.
· 9db24c56
jgarcia
authored
Feb 09, 2008
9db24c56
Calls to functions defined later in the same file were still done directly
· fadcaf2d
jgarcia
authored
Feb 09, 2008
fadcaf2d
Removed declaration for a function which is now c-local.
· 03d20e55
jgarcia
authored
Feb 09, 2008
03d20e55
compile.lsp.in needed to be updated to include PROFILE
· 87a310cc
jgarcia
authored
Feb 09, 2008
87a310cc
Finished porting the profiler
· ff78d803
jgarcia
authored
Feb 09, 2008
ff78d803
Feb 08, 2008
STACK-PUSH-VALUES did not get inlined
· bebfeb17
jgarcia
authored
Feb 08, 2008
bebfeb17
Ported CMUCL's profiler as a contributed package
· a7a29375
jgarcia
authored
Feb 08, 2008
a7a29375
Improved handling of DEBUG and SAFETY declarations
· 84531b85
jgarcia
authored
Feb 08, 2008
84531b85
Improved handling of DEBUG and SAFETY declarations
· e7317997
jgarcia
authored
Feb 08, 2008
e7317997
Introduce DEBUG declarations. DEBUG >= 1 deactivates direct calls and SI::C-LOCAL
· 2c98be24
jgarcia
authored
Feb 08, 2008
2c98be24
Feb 07, 2008
No need to recreate this closure every time.
· 4c69b750
jgarcia
authored
Feb 07, 2008
4c69b750
Feb 04, 2008
Final fixes to ~( parser
· bc39c718
jgarcia
authored
Feb 04, 2008
bc39c718
Fixed errors in formatter for ~{~}
· 1b5ea4a4
jgarcia
authored
Feb 04, 2008
1b5ea4a4
Fixed error in FORMATTER of ~[~]
· 30c485b1
jgarcia
authored
Feb 04, 2008
30c485b1
Export certain formatting functions
· 8e831469
jgarcia
authored
Feb 04, 2008
8e831469
Feb 03, 2008
FUNCALL can now inline the function argument when it is a macro that returns a...
· a6993e6e
jgarcia
authored
Feb 03, 2008
a6993e6e
Always make lexical environments volatile, to force them into memory
· a2f4bacd
jgarcia
authored
Feb 03, 2008
a2f4bacd
Activate CMUCL's formatter
· 8c7cd8b5
jgarcia
authored
Feb 03, 2008
8c7cd8b5
Only use 64 bits intel assembler when compiler supports it
· eef4026f
jgarcia
authored
Feb 03, 2008
eef4026f
Remove spurious newline character
· 6faa88cb
jgarcia
authored
Feb 03, 2008
6faa88cb
Change the token reader so that it allows to escape single or multiple characters
· 2e4001bf
jgarcia
authored
Feb 03, 2008
2e4001bf
Change volatile declarations so that they play better with C++
· c0fb124a
jgarcia
authored
Feb 03, 2008
c0fb124a
Feb 02, 2008
Require the compiler explicitely so that asdf-ecl.lisp works
· f51d745a
jgarcia
authored
Feb 02, 2008
f51d745a
The facility for REQUIREing asdf modules was missing
· 8edb65a5
jgarcia
authored
Feb 02, 2008
8edb65a5
Emacs modelines for better editing
· a59f9087
jgarcia
authored
Feb 02, 2008
a59f9087
New version of ASDF
· 0d32f5f9
jgarcia
authored
Feb 02, 2008
0d32f5f9
Improved hashing with unicode. Random states can now be compared and have similar keys when equalp
· c7052c97
jgarcia
authored
Feb 02, 2008
c7052c97
Feb 01, 2008
Improved hashing of unicode strings
· e83d8282
jgarcia
authored
Feb 01, 2008
e83d8282
Add missing file
· 4b8f0de4
jgarcia
authored
Feb 01, 2008
4b8f0de4
Use a hashing algorithm combined with a time stamp to name initialization functions in object files
· 24cfa8cf
jgarcia
authored
Feb 01, 2008
24cfa8cf
Include get-universal-time in the core library
· 932c7d0d
jgarcia
authored
Feb 01, 2008
932c7d0d
Jan 28, 2008
Rely on the linker instead of searching symbols ourselves. We hope for no name duplication.
· 0338d375
jgarcia
authored
Jan 28, 2008
0338d375
Missing trailing directory prevents ECL from building statically.
· 07b15c75
jgarcia
authored
Jan 28, 2008
07b15c75
Missing trailing directory prevents ECL from building statically.
· 30060429
jgarcia
authored
Jan 28, 2008
30060429
Jan 26, 2008
sleep is no longer defined in mingw.
· fbd99f41
jgarcia
authored
Jan 26, 2008
fbd99f41
Define pthread_cond_t so that we can have this object type under windows.
· 2dcf1fd8
jgarcia
authored
Jan 26, 2008
2dcf1fd8
Building a statically linked ECL works again
· ce58a500
jgarcia
authored
Jan 26, 2008
ce58a500
Remove unused blocks
· cd07aee2
jgarcia
authored
Jan 26, 2008
cd07aee2
Enforce indent and mode conditions on files
· 5ef5d32e
jgarcia
authored
Jan 26, 2008
5ef5d32e
Loading