Commit Graph

3961 Commits

Author SHA1 Message Date
Matthew Flatt
e1489d0527 fix GetTextExtent for X11
svn: r4908
2006-11-21 07:09:05 +00:00
Eli Barzilay
138c5d770e Welcome to a new PLT day.
svn: r4907
2006-11-21 06:11:44 +00:00
Eli Barzilay
cb8acb8fd3 * Exposed a proper coverage interface, similar to execution counts
* Generalized `annotate-executed-file' so it can deal with both,
  also can customize its output
* Explain the difference between coverage-counts and execution-counts in
  doc.txt

svn: r4906
2006-11-21 05:51:38 +00:00
Jay McCarthy
91aaeb95f5 ELI
svn: r4905
2006-11-21 03:58:09 +00:00
Jay McCarthy
04c0daf572 ELI
svn: r4904
2006-11-21 03:57:25 +00:00
Matthew Flatt
e05ce0bdc4 doc corrections for expand-syntax-top-level-with-compile-time-evals et al.
svn: r4903
2006-11-21 02:19:50 +00:00
Matthew Flatt
a67ea80b65 clean up Meta-q implementation
svn: r4902
2006-11-21 01:40:26 +00:00
Matthew Flatt
d0a37a636c add a length argument to the internal GetTextExtent, so that the implementation of string snips can avoid a temporary mutation (which turns out to be dangerous, unsurprisingly, when reflowing text for a PostScript output)
svn: r4901
2006-11-21 01:37:37 +00:00
Matthew Flatt
c537bfb8ac 360.1
svn: r4897
2006-11-20 21:32:57 +00:00
Eli Barzilay
fa348fffdf Welcome to a new PLT day.
svn: r4892
2006-11-20 09:51:02 +00:00
Eli Barzilay
3b9770c76a * New log facility is actually working
* New configuration options to set output log, log file, and web log file
* Centralized dealing with configuration options (including conversions and
  defaults)

svn: r4890
2006-11-20 09:07:07 +00:00
Eli Barzilay
42327b10e6 improved coverage information facility
svn: r4886
2006-11-19 10:31:06 +00:00
Matthew Flatt
a0437ed206 fix call_ec so that it works when used outside of Scheme evaluation, such as when raise_break is called to handle a ctl-c in MrEd
svn: r4885
2006-11-18 23:34:52 +00:00
Matthew Flatt
b03b114135 comment out unneeded delete that triggers free() instead of GC_free()
svn: r4884
2006-11-18 23:25:38 +00:00
Matthew Flatt
31f39a0f0f get-text-extent must always return an inexact width
svn: r4883
2006-11-18 23:23:37 +00:00
Eli Barzilay
7707065a2d cond -> case
svn: r4882
2006-11-18 23:10:47 +00:00
Robby Findler
8d8ed4589c Jens Axel's latest version of the file
svn: r4881
2006-11-18 16:18:10 +00:00
Robby Findler
db97c7c4ae fixed PR 8389
svn: r4880
2006-11-18 16:09:42 +00:00
Matthew Flatt
3afab69603 360, one more try
svn: r4877
2006-11-16 23:10:31 +00:00
Matthew Flatt
1492ca3a48 360, rest
svn: r4876
2006-11-16 23:09:49 +00:00
Robby Findler
5a8e635531 fixed PR 8387
svn: r4875
2006-11-16 22:39:02 +00:00
Eli Barzilay
44f0350a51 Welcome to a new PLT day.
svn: r4874
2006-11-16 08:08:14 +00:00
Eli Barzilay
e0be568040 fixed PR8384
svn: r4873
2006-11-16 07:37:32 +00:00
Eli Barzilay
5cc1439c48 2006 in copyrights, and make it changable without touching string constant files
svn: r4872
2006-11-16 07:20:30 +00:00
Matthew Flatt
c0268de2f3 improve merging of snips when a style change is applied to a range (as by the syntax colorer)
svn: r4871
2006-11-16 06:37:55 +00:00
Chongkai Zhu
417262513b big fix as proposed by http://srfi.schemers.org/srfi-13/post-mail-archive/msg00008.html
svn: r4870
2006-11-16 04:47:05 +00:00
Matthew Flatt
e8c45a6e38 fix bug in environment reset for multiple expansions of #%plain-module-begin
svn: r4867
2006-11-16 01:25:46 +00:00
Matthew Flatt
602dbb7407 fix suspension of mouse events after wheel events under X
svn: r4866
2006-11-15 22:42:31 +00:00
Matthew Flatt
4c48514574 raise exn on out-of-module expand of #%plain-module-begin
svn: r4865
2006-11-15 21:28:16 +00:00
John Clements
8e95c4ec7b back to old version of foreach
svn: r4861
2006-11-15 17:55:55 +00:00
Matthew Flatt
4e1276dd58 merged changes for macro stepper
svn: r4860
2006-11-15 08:01:48 +00:00
Matthew Flatt
96897e5f92 fix certification problem with improved compilation of syntax
svn: r4859
2006-11-15 05:49:43 +00:00
Eli Barzilay
9649f7265a Welcome to a new PLT day.
svn: r4858
2006-11-15 05:04:34 +00:00
Robby Findler
991ce520f7 removed uses of define/contract
svn: r4857
2006-11-15 02:57:27 +00:00
Matthew Flatt
0401ed60f9 properly export snip-class
svn: r4856
2006-11-15 01:16:54 +00:00
Matthew Flatt
a60278a843 use current-write-relative-directory to produce .zo without absolute paths for inferred procedure names
svn: r4855
2006-11-15 00:25:10 +00:00
Eli Barzilay
df0734f09e use main-collects-relative for paths
svn: r4854
2006-11-14 22:48:55 +00:00
Eli Barzilay
d58bc352f1 removed comment that was resolved
svn: r4853
2006-11-14 22:35:40 +00:00
Ryan Culpepper
97d27f5e08 Updates to macro stepper:
Handle errors in BindSyntax
  Fixed lift-deriv hiding typo
  Removed same-marks from partitions
  When stepper autodisables hiding, update panel
  Refactored stepper update function
  Fixed internal error handling

svn: r4851
2006-11-14 07:50:21 +00:00
Jay McCarthy
d86225e2df Eli
svn: r4850
2006-11-14 07:37:38 +00:00
Eli Barzilay
56a3701974 revert last change
svn: r4849
2006-11-14 07:08:38 +00:00
Eli Barzilay
bea30d7ba9 switch to terminal-port?
svn: r4848
2006-11-14 06:24:26 +00:00
Jay McCarthy
eff8a409a9 Eli
svn: r4847
2006-11-14 05:13:47 +00:00
Eli Barzilay
c5157e1b44 match other xterm-s
svn: r4846
2006-11-14 04:47:04 +00:00
Robby Findler
41cac266d6 removed a: as a meta-key mapping for os x
svn: r4844
2006-11-13 23:17:13 +00:00
Eli Barzilay
f1710324e3 Welcome to a new PLT day.
svn: r4843
2006-11-13 22:06:54 +00:00
Matthew Flatt
c6efe4bbfa 359.200
svn: r4842
2006-11-13 21:52:39 +00:00
Eli Barzilay
1de6b29aed no need for let*
svn: r4841
2006-11-13 19:53:13 +00:00
John Clements
d431875b43 updated for v360
svn: r4839
2006-11-13 19:24:58 +00:00
Eli Barzilay
ed575e9e03 use path-element where needed
svn: r4838
2006-11-13 19:15:55 +00:00