Neil Jerram
e741cbb2ed
.cvsignore file
2006-08-18 13:43:09 +00:00
Neil Jerram
8746959cd3
* configure.in: Generate Makefile for ice-9/debugging.
...
* debugging/trc.scm: New file.
* debugging/traps.scm: New file.
* debugging/trace.scm: New file.
* debugging/steps.scm: New file.
* debugging/load-hooks.scm: New file.
* debugging/ice-9-debugger-extensions.scm: New file.
* debugging/example-fns.scm: New file.
* debugging/breakpoints.scm: New file.
* debugging/Makefile.am: New.
* Makefile.am (SUBDIRS): Add debugging.
2006-08-18 13:41:45 +00:00
Neil Jerram
9837893af2
(Using Guile in Emacs): Unignore extra GDS
...
intro text. (I will edit this down later. For now it's
convenient to have it all appearing, so it's visible on paper.)
2006-08-18 13:14:46 +00:00
Neil Jerram
62ae95577a
* scheme-using.texi (Run To Frame Exit): Improved doc for finish.
...
(Continue Execution): Improved doc for continue.
(Using Guile in Emacs): Lots of new docs about the Emacs
interface.
* api-debug.texi (Low Level Trap Calls): New.
(Using Traps): Removed, material incorporated into Low Level Trap
Calls.
(High Level Traps): New.
(Breakpoints): New.
* scheme-using.texi (Single Stepping): Improve doc for step and
next.
* api-debug.texi (Debug on Error): Note need to handling of errors
in C.
2006-08-11 16:21:14 +00:00
Neil Jerram
5af872e136
(Debugging): New intro text. New subsection
...
"Evaluation Model". Moved existing subsections "Capturing the
Stack or Innermost Stack Frame", "Examining the Stack", "Examining
Stack Frames", "Source Properties", "Decoding Memoized Source
Expressions" and "Starting a New Stack" under "Evaluation Model".
(Capturing the Stack or Innermost Stack Frame): Some new text, and
correction to doc for last-stack-frame.
(Debug on Error): Renamed from "Interactive Debugging".
2006-08-11 15:38:19 +00:00
Neil Jerram
b0b0deff2d
(scm_last_stack_frame): Correct docstring (returns a
...
frame, not a stack).
2006-08-11 15:33:41 +00:00
Neil Jerram
c9ef37410d
* api-debug.texi (Breakpoints): Removed (all wrong).
...
* guile.texi (API Reference): Improved summary for "Debugging"
menu item.
2006-08-01 21:51:12 +00:00
Neil Jerram
46f7666d7f
* scheme-debugging.texi (Debug Last Error, Interactive Debugger):
...
Moved/merged to scheme-using.texi, as REPL features.
(Examples): New.
(Intro to Breakpoints): New introductory text here. Removed all
subnodes except for Breakpoints Overview.
* scheme-using.texi: New.
* guile.texi (Programming in Scheme): Include new
scheme-using.texi file.
* Makefile.am (guile_TEXINFOS): Include new scheme-using.texi
file.
2006-08-01 21:33:17 +00:00
Rob Browning
b49123789f
*** empty log message ***
2006-07-19 06:56:37 +00:00
Rob Browning
08e5f84070
Add __attribute__ ((returns_twice)) to the ia64_getcontext prototype
...
so that gcc will make the right arrangements and avoid an illegal
instruction during call-with-current-continuation.
2006-07-19 06:56:30 +00:00
Ludovic Courtès
eaa94eaaa9
Changes from arch/CVS synchronization
2006-07-12 08:07:27 +00:00
Neil Jerram
ea19f0b3cf
* Makefile.am (ice9_sources): Add new files.
...
* gds-client.scm, gds-server.scm: New files.
2006-06-19 22:37:13 +00:00
Neil Jerram
731bcf738e
* Makefile.am: New file.
...
* gds.el, gds-scheme.el, gds-server.el: New files.
2006-06-19 22:01:23 +00:00
Kevin Ryde
22acb29853
merge from 1.8 branch
2006-06-17 23:41:24 +00:00
Kevin Ryde
c862d0e0c1
merge from 1.8 branch
2006-06-17 23:29:46 +00:00
Kevin Ryde
23f2b9a3de
merge from 1.8 branch
2006-06-17 23:15:59 +00:00
Kevin Ryde
a4f1c77ddb
merge from 1.8 branch
...
And: show "1.8" not "1.10" in effective version, that being what it
was at the time of that news entry
2006-06-17 22:57:28 +00:00
Kevin Ryde
5be9f7290b
merge from 1.8 branch
2006-06-17 22:53:04 +00:00
Kevin Ryde
9a9931719d
merge 1.8 branch
2006-06-17 22:47:50 +00:00
Ludovic Courtès
42be21d82a
Changes from arch/CVS synchronization
2006-06-16 07:39:59 +00:00
Ludovic Courtès
ad97642e70
Changes from arch/CVS synchronization
2006-06-13 08:14:01 +00:00
Ludovic Courtès
487f6be131
Added `structs.test'.
2006-06-13 07:56:41 +00:00
Ludovic Courtès
d15ad007c9
Changes from arch/CVS synchronization
2006-06-13 07:48:42 +00:00
Neil Jerram
d79a62db53
(ACX_PTHREAD): Update to latest definition from
...
autoconf macro archive, to fix pthread linking problem on Solaris
10, reported by Charles Gagnon.
2006-06-06 21:39:43 +00:00
Marius Vollmer
af4f861210
* eq.c (scm_equal_p): Use scm_array_equal_p explicitely when one
...
of the arguments is a array. This allows vectors to be equal to
one-dimensional arrays.
* tests/unif.test ("vector equal? one-dimensional array"): New.
2006-05-29 21:54:13 +00:00
Marius Vollmer
18bffcd0f7
(scm_ithrow): When looking for the jmpbuf, first test that we have a
...
pair before accessing its cdr. Thanks to Bill Schottstaedt!
2006-05-29 20:35:48 +00:00
Marius Vollmer
c56c0f7966
Delete test file after all tests have run in order to make "make
...
distcheck" work.
2006-05-27 22:24:24 +00:00
Marius Vollmer
b0c0a310db
Replace SCM_C_INLINE with SCM_C_INLINE_KEYWORD. Thanks to Mark Gran!
2006-05-27 21:32:22 +00:00
Marius Vollmer
4a342b19e2
*** empty log message ***
2006-05-27 21:31:32 +00:00
Marius Vollmer
d7ddf33db7
*** empty log message ***
2006-05-27 21:05:07 +00:00
Marius Vollmer
d3774e2c7f
(CELL_P): Also check that the potential pointer is
...
correctly aligned for a cell. Thanks to Miroslav Lichvar!
2006-05-07 22:51:06 +00:00
Marius Vollmer
7f9da94135
(SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
...
no longer needed and lead to unclean tarballs.
2006-05-01 21:32:21 +00:00
Marius Vollmer
03a254501a
Changed "1.7" to "1.10" in description of the effective version.
...
Thanks to Jon Wilson!
2006-05-01 21:07:20 +00:00
Kevin Ryde
73350cf559
*** empty log message ***
2006-04-17 01:48:50 +00:00
Kevin Ryde
9560d8bba4
(lstat): Allow for test-symlink not existing yet.
2006-04-17 01:48:14 +00:00
Kevin Ryde
34646b1062
*** empty log message ***
2006-04-17 01:36:55 +00:00
Kevin Ryde
6cecdff760
Bump lib file version to libguilereadline-v-18,
...
matching LIBGUILEREADLINE-VERSION.
2006-04-17 01:35:37 +00:00
Kevin Ryde
281ab5e22e
*** empty log message ***
2006-04-17 01:26:12 +00:00
Kevin Ryde
b4716c8d4f
(scm_to_off_t, scm_from_off_t): No error if unknown off_t
...
size, to help the guile-readline build where off_t is unused.
2006-04-17 01:23:37 +00:00
Kevin Ryde
4800a61a6c
Correction to "not a Guile release" warning, show 1.8 not 1.6.
2006-04-17 00:38:33 +00:00
Kevin Ryde
ab0883a20b
drop extra 2006-02-06 heading
2006-04-17 00:29:38 +00:00
Kevin Ryde
3eccf6150b
unduplicate --enable-arrays removal entry
2006-04-17 00:20:43 +00:00
Kevin Ryde
4f41661657
merge from 1.8 branch
2006-04-17 00:18:11 +00:00
Kevin Ryde
2b829bbb3d
merge from 1.8 branch
2006-04-17 00:05:42 +00:00
Kevin Ryde
cd5fea8dbe
merge from 1.8 branch
2006-04-16 23:43:48 +00:00
Kevin Ryde
6e7d5622ee
merge from 1.8 branch
2006-04-16 23:37:40 +00:00
Kevin Ryde
1b09b607dd
merge from 1.8 branch
2006-04-16 23:18:55 +00:00
Kevin Ryde
35369f4576
merge from 1.8 branch
2006-04-16 23:05:07 +00:00
Mikael Djurfeldt
4a9f83ff06
Test for SCM_HAVE_T_UINT64 instead of
...
SCM_HAVE_T_INT64.
(scm_i_uniform32, scm_i_uniform32, scm_i_init_rstate): Use
scm_t_uint64 and scm_t_uint32 instead of scm_t_int64 and
scm_t_int32.
2006-02-19 16:34:51 +00:00
Han-Wen Nienhuys
4c7016dc06
Ludovic's patch for scm_t_sweep_statistics.
2006-02-14 11:38:30 +00:00