Marius Vollmer
|
7d81830dd2
The FSF has a new address.
|
20 年 前 |
Rob Browning
|
084210bf9a
* backtrace.c (display_backtrace_file): correct a couple of
|
22 年 前 |
Neil Jerram
|
5a5464e533
* Docstring fixes and corresponding manual updates.
|
23 年 前 |
Thien-Thi Nguyen
|
79401766de
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 年 前 |
Marius Vollmer
|
06f2a1b82a
(display_backtrace_file_and_line): Only use scm_basename when POSIX
|
23 年 前 |
Thien-Thi Nguyen
|
d47795627b
Remove "face-lift" comment.
|
23 年 前 |
Martin Grabmüller
|
7beabedb0a
* posix.c (getlogin): getlogin() implementation for Windows.
|
23 年 前 |
Martin Grabmüller
|
82893676f4
Make compilation under Windows easier.
|
23 年 前 |
Dirk Herrmann
|
5843e5c988
* Various minor improvements, for example signedness fixes.
|
23 年 前 |
Marius Vollmer
|
92c2555f69
replace "scm_*_t" with "scm_t_*".
|
24 年 前 |
Dirk Herrmann
|
e81d98ec2d
* Introduce SCM_UNUSED and mark unused function parameters.
|
24 年 前 |
Marius Vollmer
|
fec097f038
Include "libguile/filesys.h".
|
24 年 前 |
Michael Livshin
|
1be6b49ccb
* validate.h
|
24 年 前 |
Marius Vollmer
|
86d31dfe7d
Merge from mvo-vcell-cleanup-1-branch.
|
24 年 前 |
Michael Livshin
|
463b2219df
* backtrace.c (display_backtrace_body): since the `print_state'
|
24 年 前 |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 年 前 |
Martin Grabmüller
|
c73bdd3a73
(scm_display_error, scm_set_print_params_x, scm_display_application,
|
24 年 前 |
Dirk Herrmann
|
2f2b390c83
* On errors, show line and column information even for unnamed ports.
|
24 年 前 |
Dirk Herrmann
|
e40a4095d6
* Make sure that scm_display_error validates its port argument.
|
24 年 前 |
Marius Vollmer
|
8dc9439fc6
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
24 年 前 |
Dirk Herrmann
|
b24b5e13bf
* Get rid of calls to SCM_ROSTRINGP.
|
24 年 前 |
Dirk Herrmann
|
86c991c2a2
* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.
|
24 年 前 |
Mikael Djurfeldt
|
f2c9fcb07e
Updated copyrights
|
25 年 前 |
Dirk Herrmann
|
9a09deb1c3
* Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.
|
25 年 前 |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 年 前 |
Dirk Herrmann
|
cffcab3013
Some more SCM/scm_bits_t and SCM-is-union issues.
|
25 年 前 |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 年 前 |
Dirk Herrmann
|
7ab3fdd51f
Only include strings.h where it is actually needed.
|
25 年 前 |
Dirk Herrmann
|
f04d8caf82
Only include ports.h where it is actually needed.
|
25 年 前 |
Dirk Herrmann
|
0fa27efa4a
Removed empty file genio.h and references to it.
|
25 年 前 |