index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
_scm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump objcode version in a compatible way
...
Andy Wingo
2017-04-18
1
-1
/
+2
*
Use atomics for async interrupts
...
Andy Wingo
2016-10-26
1
-22
/
+2
*
`define!' instruction returns the variable
...
Andy Wingo
2016-06-21
1
-1
/
+1
*
Bump objcode version
...
Andy Wingo
2016-05-16
1
-1
/
+1
*
Bump bytecode version
...
Andy Wingo
2015-11-11
1
-1
/
+1
*
Add make-vector opcode
...
Andy Wingo
2014-04-21
1
-1
/
+1
*
Bump minor objcode version for recent changes
...
Andy Wingo
2014-04-15
1
-1
/
+1
*
Add VM and compiler support for calls to known procedures
...
Andy Wingo
2014-02-02
1
-2
/
+2
*
VM copes with moving FP
...
Andy Wingo
2013-11-22
1
-10
/
+8
*
Remove MVRA from VM frames
...
Andy Wingo
2013-11-15
1
-1
/
+1
*
Add specialize-primcalls pass; bump objcode version.
...
Andy Wingo
2013-11-10
1
-1
/
+1
*
Remove stack programs, objcode, and the old VM.
...
Andy Wingo
2013-11-08
1
-7
/
+0
*
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-07-18
1
-25
/
+25
|
\
|
*
Fix 'SCM_SYSCALL' to really swallow EINTR.
...
Ludovic Courtès
2013-07-17
1
-25
/
+25
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-04-30
1
-0
/
+8
|
\
|
|
*
add internal SCM_NOINLINE definition
...
Andy Wingo
2012-04-30
1
-0
/
+5
*
|
Merge branch 'bt/elisp'
...
BT Templeton
2012-03-05
1
-1
/
+1
|
\
\
|
*
|
add `nil?' primitive
...
BT Templeton
2012-02-03
1
-1
/
+1
|
|
/
*
|
add string-length, string-ref, vector-length instructions
...
Andy Wingo
2011-10-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
...
Andy Wingo
2011-06-02
1
-0
/
+3
|
\
|
|
*
write-objcode uses target-endianness, target-word-size
...
Andy Wingo
2011-05-31
1
-0
/
+3
*
|
rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICK
...
Andy Wingo
2011-05-15
1
-0
/
+21
*
|
make SCM_I_SETJMP and SCM_I_LONGJMP private
...
Andy Wingo
2011-05-15
1
-0
/
+35
|
/
*
bump objcode version to 2.0; introduce minor-version compatibility
...
Andy Wingo
2011-02-13
1
-5
/
+5
*
ASYNC_TICK after catching EINTR in SCM_SYSCALL
...
Andy Wingo
2010-12-03
1
-3
/
+26
*
bump objcode version
...
Andy Wingo
2010-11-19
1
-1
/
+1
*
_scm GUILE_USE_64_CALLS compilation warning fix
...
Andy Wingo
2010-10-18
1
-1
/
+1
*
inline symbol? and vector? to opcodes, and a psyntax inlining tweak
...
Andy Wingo
2010-10-08
1
-1
/
+1
*
Remove `scm_t_aligned_cell'.
...
Ludovic Courtès
2010-09-27
1
-30
/
+0
*
simplify macro representation in the wake of module hygiene changes
...
Andy Wingo
2010-06-06
1
-1
/
+1
*
Fix parenthesizing of the `ROUND_UP' macro; factorize.
...
Ludovic Courtès
2010-05-30
1
-0
/
+4
*
don't fail when HAVE_STAT64 is undefined
...
Volker Grabsch
2010-05-28
1
-1
/
+1
*
Add `scm_t_aligned_cell' internal type.
...
Ludovic Courtès
2010-05-28
1
-0
/
+30
*
optimize and bugfix make-struct VM opcode
...
Andy Wingo
2010-05-01
1
-1
/
+1
*
renumber VM opcodes
...
Andy Wingo
2010-01-26
1
-1
/
+1
*
allocate free variables inline to closures
...
Andy Wingo
2010-01-09
1
-1
/
+1
*
subrs are now VM trampoline procedures
...
Andy Wingo
2010-01-07
1
-0
/
+2
*
clean up macros.[ch]
...
Andy Wingo
2010-01-05
1
-2
/
+2
*
merge from master to elisp
...
Andy Wingo
2009-12-11
1
-1
/
+5
|
\
|
*
Don't rely on `HAVE_' macros in public header "tags.h".
...
Ludovic Courtès
2009-11-24
1
-0
/
+3
|
*
Merge branch 'bdw-gc-static-alloc'
...
Ludovic Courtès
2009-11-01
1
-0
/
+1
|
|
\
|
|
*
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
...
Ludovic Courtès
2009-09-02
1
-20
/
+38
|
|
|
\
|
|
_
|
/
|
/
|
|
|
|
*
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
...
Ludovic Courtès
2009-02-14
1
-0
/
+19
|
|
|
\
|
|
*
|
Add support for static allocation of cells, strings and stringbufs.
...
Ludovic Courtès
2009-01-14
1
-1
/
+2
|
*
|
|
arities can have noncontiguous starts and ends
...
Andy Wingo
2009-10-25
1
-1
/
+1
|
*
|
|
vm support for optional/kwarg init code, and bugfixes
...
Andy Wingo
2009-10-23
1
-1
/
+1
|
*
|
|
more work towards compiling and interpreting keyword args
...
Andy Wingo
2009-10-23
1
-1
/
+1
|
*
|
|
finish support for optional & keyword args; update ecmascript compiler
...
Andy Wingo
2009-10-23
1
-1
/
+1
|
*
|
|
de-nargs struct scm_objcode; procedure-property refactor
...
Andy Wingo
2009-10-23
1
-1
/
+1
|
*
|
|
runtime and debugging support for callee-parsed procedure args
...
Andy Wingo
2009-10-23
1
-1
/
+1
[next]