Neil Jerram
4695789c02
(Symbol Props): Remove unnecessarily specific
...
parenthesis about Guile 1.6's use of extra symbol slots.
2006-09-28 07:32:40 +00:00
Neil Jerram
5695ccd43b
(Slot Options): Added example from Ludovic Courtès
...
about difference between init-value, -form and -thunk.
2006-09-27 17:49:38 +00:00
Neil Jerram
94a2c24a64
(Using Guile in Emacs, GDS Introduction):
...
Editorial updates.
(GDS Architecture): Moved earlier in containing section; editorial
updates.
(GDS Getting Started, How to Use GDS): Merged; editorial updates;
subsections reordered.
2006-09-26 21:43:52 +00:00
Neil Jerram
ee6be719ce
* scheme-using.texi (Error Handling, Interactive Debugger): Minor
...
editorial improvements.
(Leave Debugger): Removed.
(Display Backtrace): Minor updates.
(Frame Selection, Frame Information, Frame Evaluation) : Minor
editorial improvements.
(Stepping and Continuing): Merged from three previous nodes; plus
minor improvements. Removed doc for `trace-finish', which no
longer exists.
* debugging/ice-9-debugger-extensions.scm (debugger:step):
Docstring improvements.
(debugger:next): Docstring improvements.
(debugger:continue): Docstring improvements.
* debugger/commands.scm (up, down): Docstring corrections.
(info-args, info-frame, position, evaluate): Docstring
improvements.
2006-09-25 21:05:46 +00:00
Neil Jerram
534cd14868
Fix typo.
2006-09-25 20:37:23 +00:00
Ludovic Courtès
49dec04b6a
Changes from arch/CVS synchronization
2006-09-20 13:13:34 +00:00
Ludovic Courtès
a17d26545d
Changes from arch/CVS synchronization
2006-09-20 12:48:45 +00:00
Rob Browning
ace5708285
*** empty log message ***
2006-09-20 00:34:02 +00:00
Rob Browning
162426a8ee
(build-link): Restore the removal of "/usr/lib" (in addition to
...
"/usr/lib/" from any -L arguments).
2006-09-20 00:33:56 +00:00
Neil Jerram
9f1ba6a9a4
Doc typo fixes
2006-09-15 09:23:18 +00:00
Rob Browning
418122ce6b
*** empty log message ***
2006-09-01 01:38:18 +00:00
Rob Browning
bd83658e66
(scm_c_port_for_each): Add a scm_remember_upto_here_1(ports) at the
...
end of the function to fix a GC bug.
2006-09-01 01:37:57 +00:00
Neil Jerram
5b2da4cc18
(Debug on Error): Added paragraph on need to use
...
debugging evaluator. Added text on what the Guile REPL code does.
2006-08-29 22:47:41 +00:00
Neil Jerram
b5944f6672
(scm_display_backtrace_with_highlights): Minor
...
improvements to docstring.
(scm_backtrace_with_highlights): Analogous improvements.
2006-08-28 22:17:26 +00:00
Neil Jerram
fc3d5c436f
(Examining the Stack): Minor improvements to
...
display-backtrace doc.
(Debug on Error): More new text on catching the error stack.
2006-08-28 22:16:42 +00:00
Neil Jerram
2202fd6cba
(Debug on Error): New text on how to catch errors
...
and the error stack.
2006-08-27 14:06:16 +00:00
Neil Jerram
01d2ee1585
(Using Guile in Emacs): New text about
...
available Emacs libraries.
(GDS Introduction): New node, containing GDS-specific introductory
text.
2006-08-23 22:11:24 +00:00
Neil Jerram
fce4b99e9e
* gds-server.el (gds-start-server): Change "ossau" to "ice-9".
...
* gds-scheme.el (gds-start-utility-guile): Change "ossau" to
"ice-9".
2006-08-18 14:21:23 +00:00
Neil Jerram
1e2346ae93
* configure.in: Generate Makefile for emacs subdir.
...
* Makefile.am (SUBDIRS): Add emacs subdir.
* configure.in: Generate Makefile for ice-9/debugging subdir.
2006-08-18 14:19:44 +00:00
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