|
|
|
@7632
|
17 years |
Gary Byers |
In X862-MVCALL, if we pushed a label, the call will have returned to …
|
|
|
|
@7631
|
17 years |
Gary Palter |
Protect against interfaces with no address (from VPNs)
|
|
|
|
@7630
|
17 years |
Gary Byers |
Move some code to new gc-common.c . The PPC version seems to link and …
|
|
|
|
@7629
|
17 years |
Gary Byers |
Nominally support freeze on PPC; HONS_AREA stuff is deprecated.
|
|
|
|
@7628
|
17 years |
Gary Byers |
Add protototypes for variables(at least) defined in gc-common.c.
|
|
|
|
@7627
|
17 years |
Gary Byers |
Build gc-common.o
|
|
|
|
@7626
|
17 years |
Gary Byers |
New file: try to isolate GC code common to all platforms.
|
|
|
|
@7625
|
17 years |
Gary Byers |
Merge from working-0710 branch.
|
|
|
|
@7624
|
17 years |
Gary Byers |
Merge changes form working-0710 branch.
|
|
|
|
@7623
|
17 years |
Gary Byers |
If *batch-flag* (set by --batch command-line argument) is true,
don't …
|
|
|
|
@7622
|
17 years |
Gary Byers |
Try harder to scramble random state seeds. (This change was made …
|
|
|
|
@7621
|
17 years |
R. Matthew Emerson |
Fix some Cocoa object leaks.
|
|
|
|
@7620
|
17 years |
Gary Byers |
Copy from trunk
|
|
|
|
@7619
|
17 years |
Gary Byers |
New branch.
|
|
|
|
@7618
|
17 years |
R. Matthew Emerson |
Make Show Callers command display a scrolling list of the callers
of …
|
|
|
|
@7617
|
17 years |
R. Matthew Emerson |
Implement very naive Show Callers command.
|
|
|
|
@7616
|
17 years |
R. Matthew Emerson |
Only send Hemlock a no-op if the left mouse button is clicked with
no …
|
|
|
|
@7615
|
17 years |
Gary Byers |
In PPC2-ASET2, we need to use 4 targeted regs when need-memoization
is …
|
|
|
|
@7614
|
17 years |
Gary Byers |
Skip over GC suspend traps.
|
|
|
|
@7613
|
17 years |
R. Matthew Emerson |
Simplify definition of hemlock-document-controller class.
|
|
|
|
@7612
|
17 years |
R. Matthew Emerson |
Get rid of commented-out code that will never be used.
|
|
|
|
@7611
|
17 years |
Gary Byers |
Make sure that CCL::PIPE and CCL::FD-OPEN try to force finalization if …
|
|
|
|
@7610
|
17 years |
Gary Byers |
Try (again) to work around a bug having to do with nanosleep returning …
|
|
|
|
@7609
|
17 years |
Gary Byers |
Add a new reader macro (#>). #>foo -> :FOO, and #>Foo -> :<F>OO. …
|
|
|
|
@7608
|
17 years |
Gary Byers |
Add READ-SYMBOL-TOKEN, use it in the sharp-colon reader macro function.
|
|
|
|
@7607
|
17 years |
R. Matthew Emerson |
Remove "Save" from the Default Modes list. (The implementation of …
|
|
|
|
@7606
|
17 years |
R. Matthew Emerson |
Remove debugging code accidentally left in.
|
|
|
|
@7605
|
17 years |
Gary Byers |
Turn futexes on by default on x8664-linux.
|
|
|
|
@7604
|
17 years |
R. Matthew Emerson |
Implement "wrap lines to window" editor preference.
(still need to …
|
|
|
|
@7603
|
17 years |
R. Matthew Emerson |
Ensure that text container width tracking and text view horizontal …
|
|
|
|
@7602
|
17 years |
Gary Byers |
Split C_SOCKET in two; if we fail to get a socket fd because of file …
|
|
|
|
@7601
|
17 years |
Gary Byers |
In %nanosleep: don't resume sleep after interrupt if the second …
|
|
|
|
@7600
|
17 years |
Gary Byers |
Add ATOMIC-POP-UVECTOR-CELL.
|
|
|
|
@7599
|
17 years |
Gary Byers |
Try to survive vdso changes related to Linux 2.6.23.
|
|
|
|
@7598
|
17 years |
Gary Byers |
more ObjC frameworkds
|
|
|
|
@7597
|
17 years |
Gary Byers |
Add some more frameworks. Update the CFLAGS in Cocoa-based …
|
|
|
|
@7596
|
17 years |
R. Matthew Emerson |
Use proper bold font.
|
|
|
|
@7595
|
17 years |
gz |
A bit of cleanup just so I don't have to merge as much later:
Get rid …
|
|
|
|
@7594
|
17 years |
gz |
Make %show-stack-frame and %show-args-and-locals catch errors. This …
|
|
|
|
@7593
|
17 years |
gz |
make print-object catch any errors and just print #<error printing …
|
|
|
|
@7592
|
17 years |
gz |
Move elisp/, spell/, tty/, and wire/ into archive, as they're not used
|
|
|
|
@7591
|
17 years |
Gary Byers |
Hack wouldn't work on FreeBSD; try conditionalized hack.
|
|
|
|
@7590
|
17 years |
Gary Byers |
crude hack to enable running on kernel 2.6.23
|
|
|
|
@7589
|
17 years |
R. Matthew Emerson |
Make the apropos window work on Tiger.
The main thing is to disable …
|
|
|
|
@7588
|
17 years |
R. Matthew Emerson |
Set the text fields cell to allow rich text.
|
|
|
|
@7587
|
17 years |
R. Matthew Emerson |
Use IB 2.5.6 to save the nib, explicity making AproposWindowController …
|
|
|
|
@7586
|
17 years |
R. Matthew Emerson |
Inspect the right thing when the user re-sorts the table view.
|
|
|
|
@7585
|
17 years |
R. Matthew Emerson |
Comment out some code not in use yet.
|
|
|
|
@7584
|
17 years |
R. Matthew Emerson |
New feature: basic apropos window. This needs to be enhanced, but …
|
|
|
|
@7583
|
17 years |
R. Matthew Emerson |
Indentation tweak for rlet
|
|
|
|
@7582
|
17 years |
Gary Byers |
Don't call BREAK when we see a NOP with a REPZ prefix.
|
|
|
|
@7581
|
17 years |
Gary Byers |
New (x86-64) version of %GET-SPING-LOCK; uses PAUSE instruction in the …
|
|
|
|
@7580
|
17 years |
R. Matthew Emerson |
Let user select different fonts for listener input and output.
|
|
|
|
@7579
|
17 years |
R. Matthew Emerson |
De-kludge defining font defaults a little bit.
|
|
|
|
@7578
|
17 years |
R. Matthew Emerson |
Add dead-macptr-p.
|
|
|
|
@7577
|
17 years |
R. Matthew Emerson |
Leave out debugging code, duh.
|
|
|
|
@7576
|
17 years |
R. Matthew Emerson |
Different kludge to deal with NSFont objects
and def-cocoa-default.
|
|
|
|
@7575
|
17 years |
R. Matthew Emerson |
Initialize the defaults that are NSFont objects in …
|
|
|
|
@7574
|
17 years |
Gary Byers |
Use documented foreign function calls (only) in ENABLE-FOREGROUND. …
|
|
|
|
@7573
|
17 years |
R. Matthew Emerson |
Make sure toolbar button doesn't show up on the prefs panel.
(For …
|
|
|
|
@7572
|
17 years |
R. Matthew Emerson |
Use image for General prefs item
|
|
|
|
@7571
|
17 years |
R. Matthew Emerson |
New file for benefit of non-Leopard systems.
|
|
|
|
@7570
|
17 years |
R. Matthew Emerson |
Update prefs panel title according to selected view
|
|
|
|
@7569
|
17 years |
R. Matthew Emerson |
Revert change to treat CCL as a special Objective-C word.
|
|
|
|
@7568
|
17 years |
R. Matthew Emerson |
Correct 32/64 bit portability error.
|
|
|
|
@7567
|
17 years |
R. Matthew Emerson |
Remove old prefs panel
|
|
|
|
@7566
|
17 years |
R. Matthew Emerson |
Remove Leopard-ism.
|
|
|
|
@7565
|
17 years |
R. Matthew Emerson |
CGFloat screw, again.
|
|
|
|
@7564
|
17 years |
R. Matthew Emerson |
Grr.
|
|
|
|
@7563
|
17 years |
R. Matthew Emerson |
New user default editorFont, an actual NSFont instance.
New user …
|
|
|
|
@7562
|
17 years |
R. Matthew Emerson |
Define two new listener font defaults. Not used yet.
|
|
|
|
@7561
|
17 years |
R. Matthew Emerson |
Retarget Preferences... menu item action.
|
|
|
|
@7560
|
17 years |
R. Matthew Emerson |
Comment out old showPreferences: action. Correct a couple of Cocoa …
|
|
|
|
@7559
|
17 years |
R. Matthew Emerson |
Use new user defaults key hyperspecURLString.
|
|
|
|
@7558
|
17 years |
R. Matthew Emerson |
Add :font type.
|
|
|
|
@7557
|
17 years |
R. Matthew Emerson |
New preferences controller, with updated nib and some toolbar item icons.
|
|
|
|
@7556
|
17 years |
R. Matthew Emerson |
Move lisp-application-delegate class from cocoa.lisp into new
file …
|
|
|
|
@7555
|
17 years |
R. Matthew Emerson |
Use a better toolbar identifier; release the toolbar after adding it …
|
|
|
|
@7554
|
17 years |
Gary Byers |
Show function docstring when describing functions.
|
|
|
|
@7553
|
17 years |
Gary Byers |
No #$ futex constants.
|
|
|
|
@7552
|
17 years |
Jeremy Jones |
Add support for redo.
|
|
|
|
@7551
|
17 years |
Jeremy Jones |
Make control-w in incremental search correctly echo the search string. …
|
|
|
|
@7550
|
17 years |
Gary Byers |
Rename #/insertText: to #/insertString:, since the text system calls …
|
|
|
|
@7549
|
17 years |
Gary Palter |
Fix typo in name
|
|
|
|
@7548
|
17 years |
Gary Byers |
Commented out -DUSE_FUTEX in CDEFINES. Uncomment to enable use of …
|
|
|
|
@7547
|
17 years |
Gary Byers |
Optionally, use futexes instead of spinlocks when USE_FUTEX is …
|
|
|
|
@7546
|
17 years |
Gary Byers |
Some things are different when USE_FUTEX is defined.
Declare a …
|
|
|
|
@7545
|
17 years |
Gary Byers |
(Optionally, conditionally) use futexes instead of spin-locks. …
|
|
|
|
@7544
|
17 years |
Gary Byers |
Define the FUTEX syscall.
|
|
|
|
@7543
|
17 years |
Gary Byers |
Add an "xchgl" function, which is just one more flavor of atomic-swap.
|
|
|
|
@7542
|
17 years |
Gary Byers |
Add /usr/include/linux/futex.h
|
|
|
|
@7541
|
17 years |
gz |
Make meta-. more forgiving: if symbol not found in current package, …
|
|
|
|
@7540
|
17 years |
gz |
Implement symbol completion, and bind it to meta-/ (as in Emacs and …
|
|
|
|
@7539
|
17 years |
gz |
Add comment
|
|
|
|
@7538
|
17 years |
gz |
Indentation tweaks for if, make-instance
|
|
|
|
@7537
|
17 years |
gz |
Add buffer-package, returns package object or nil
|
|
|
|
@7536
|
17 years |
Gary Byers |
New.
|
|
|
|
@7535
|
17 years |
R. Matthew Emerson |
Remove redundant form.
|
|
|
|
@7534
|
17 years |
R. Matthew Emerson |
Make echo area and window resize handle area white.
|
|
|
|
@7533
|
17 years |
R. Matthew Emerson |
Beautify modeline.
|
|
|
|