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
/
procprop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate dynamic roots
...
Andy Wingo
2016-11-21
1
-1
/
+0
*
scm_i_rtl_program_* -> scm_i_program_*
...
Andy Wingo
2013-11-19
1
-3
/
+3
*
Remove RTL_ infix from macros
...
Andy Wingo
2013-11-19
1
-4
/
+4
*
Remove stack programs, objcode, and the old VM.
...
Andy Wingo
2013-11-08
1
-9
/
+2
*
Builtins have procedure properties
...
Andy Wingo
2013-11-08
1
-0
/
+2
*
Avoid calling procedure-name when doing a make-procedure-with-setter
...
Andy Wingo
2013-10-31
1
-3
/
+2
*
Setting procedure properties does not cause metadata lookup
...
Andy Wingo
2013-10-26
1
-41
/
+78
*
procedure-properties for RTL functions
...
Andy Wingo
2013-06-09
1
-0
/
+2
*
procedure-documentation works on RTL procedures
...
Andy Wingo
2013-06-09
1
-0
/
+33
*
Wire up ability to print RTL program arities
...
Andy Wingo
2013-06-09
1
-9
/
+1
*
RTL programs print with their name
...
Andy Wingo
2013-06-09
1
-1
/
+16
*
move procedure-name and procedure-source to procprop.c
...
Andy Wingo
2013-06-09
1
-1
/
+44
*
add new rtl vm
...
Andy Wingo
2013-05-31
1
-0
/
+8
*
fix to procedure-arity in previous patch
...
Andy Wingo
2012-03-18
1
-5
/
+9
*
make applicable smob calls cheaper, and fix a memory leak
...
Andy Wingo
2012-03-18
1
-2
/
+6
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-08
1
-1
/
+1
|
\
|
*
Improve the usage of variable names in C docstrings.
...
Bake Timmons
2012-02-02
1
-1
/
+1
|
*
Fix erroneous check in `set-procedure-properties!'.
...
Ludovic Courtès
2012-01-05
1
-3
/
+4
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-01
1
-0
/
+33
|
\
|
|
*
better debuggability for interpreted procedures
...
Andy Wingo
2011-11-15
1
-0
/
+37
*
|
slight scm_procedure_p, scm_i_procedure_arity refactor
...
Andy Wingo
2011-10-24
1
-12
/
+9
*
|
convert internal weak hash table users to use the weak table api
...
Andy Wingo
2011-10-24
1
-13
/
+8
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-05-25
1
-2
/
+8
|
\
|
|
*
set-procedure-property! threadsafety issue
...
Andy Wingo
2011-05-23
1
-8
/
+9
*
|
remove all deprecated code
...
Andy Wingo
2011-05-12
1
-34
/
+1
|
/
*
deprecate arity access via (procedure-properties proc 'arity)
...
Andy Wingo
2010-04-17
1
-18
/
+29
*
add procedure_minimum_arity
...
Andy Wingo
2010-04-17
1
-0
/
+25
*
scm_i_program_properties is internal; just use procedure-properties
...
Andy Wingo
2010-04-17
1
-1
/
+1
*
tweaks to procprop.c
...
Andy Wingo
2010-04-17
1
-8
/
+4
*
procedure-properties incorporates program-properties
...
Andy Wingo
2010-04-17
1
-27
/
+29
*
smobs are applied with vm trampoline procedures
...
Andy Wingo
2010-01-09
1
-14
/
+18
*
remove scm_tc7_gsubr
...
Andy Wingo
2010-01-07
1
-18
/
+1
*
subrs are now VM trampoline procedures
...
Andy Wingo
2010-01-07
1
-1
/
+2
*
procedures-with-setters implemented in terms of structs
...
Andy Wingo
2009-12-07
1
-3
/
+0
*
eval.c closures are now applicable smobs, not tc3s
...
Andy Wingo
2009-12-04
1
-76
/
+57
*
remove cxrs
...
Andy Wingo
2009-12-04
1
-3
/
+0
*
remove rpsubrs
...
Andy Wingo
2009-12-04
1
-3
/
+0
*
remove asubrs
...
Andy Wingo
2009-12-03
1
-1
/
+0
*
remove scm_tc7_dsubr
...
Andy Wingo
2009-12-03
1
-1
/
+0
*
remove tc7_subr_* and tc7_lsubr_*
...
Andy Wingo
2009-12-03
1
-18
/
+0
*
new evaluator, y'all
...
Andy Wingo
2009-12-01
1
-10
/
+2
*
a very big commit cleaning up structs & goops. also applicable structs.
...
Andy Wingo
2009-11-26
1
-6
/
+3
*
fold objects.[ch] into goops.[ch]
...
Andy Wingo
2009-11-15
1
-1
/
+0
*
remove support for "entities" -- a form of applicable struct
...
Andy Wingo
2009-11-15
1
-2
/
+4
*
remove operators
Andy Wingo
2009-11-15
1
-4
/
+2
*
procedure property table is only key-weak, not doubly-weak
...
Andy Wingo
2009-10-24
1
-1
/
+1
*
procedure property efficiency tweak
...
Andy Wingo
2009-10-23
1
-4
/
+26
*
de-nargs struct scm_objcode; procedure-property refactor
...
Andy Wingo
2009-10-23
1
-63
/
+52
*
programs have their own tc7 now
...
Andy Wingo
2009-08-20
1
-0
/
+6
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
1
-6
/
+7
[next]