|
|
|
@5118
|
18 years |
Gary Byers |
Various archaic string functions: don't assume 8-bit strings.
|
|
|
|
@5117
|
18 years |
Gary Byers |
Handle 32-bit strings in %UVECTOR-REPLACE.
|
|
|
|
@5116
|
18 years |
Gary Byers |
No "x" in simple-base-string, when #-target-8-bit-chars.
|
|
|
|
@5115
|
18 years |
Gary Byers |
REQUIRE-CHAR-CODE: comparison of OBJECT with TAG is not a CMPI.
|
|
|
|
@5114
|
18 years |
Gary Byers |
PPC2-VREF: handle the 32-bit :SIMPLE-STRING case with constant index.
|
|
|
|
@5113
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5112
|
18 years |
Gary Byers |
Linux doesn't define uint8_t. Try "unsigned char", and cross fingers.
|
|
|
|
@5111
|
18 years |
Gary Byers |
Define lisp_char_code type, use it when printing lisp string in the …
|
|
|
|
@5110
|
18 years |
Gary Byers |
Bump.
|
|
|
|
@5109
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5108
|
18 years |
Gary Byers |
Sigh. Test for 8-bit-char case was conditionalized backwards in PPC64 …
|
|
|
|
@5107
|
18 years |
Gary Byers |
Initial value of CHAR-CODE-LIMIT derived from the target arch (for …
|
|
|
|
@5106
|
18 years |
Gary Byers |
Use (UNSIGNED-BYTE 8) for array element type of rdtab.ttab.
Don't …
|
|
|
|
@5105
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5104
|
18 years |
Gary Byers |
LOAD-CHARACTER-CONSTANT: and the char code with #xff to get the low byte.
|
|
|
|
@5103
|
18 years |
Gary Byers |
LOAD-CHARACTER-CONSTANT: and the char code with #xff or 255., not with …
|
|
|
|
@5102
|
18 years |
Gary Byers |
Use u32->char (which is defined) vice u8->char (which is no more) in …
|
|
|
|
@5101
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5100
|
18 years |
Gary Byers |
Gak. Get guard/predicate syntax right in LOAD-CHARACTER-CONSTANT.
|
|
|
|
@5099
|
18 years |
Gary Byers |
New constants in ppc32 typecode range assertion.
|
|
|
|
@5098
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5097
|
18 years |
Gary Byers |
ppc32/ppc64 %init-misc tweaks.
|
|
|
|
@5096
|
18 years |
Gary Byers |
Typo in the (unused) 64-bit/no crf case of UNBOX-BASE-CHAR.
|
|
|
|
@5095
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5094
|
18 years |
Gary Byers |
Object-not- (mod #x110000) type error.
|
|
|
|
@5093
|
18 years |
Gary Byers |
conditionalize %pname-hash for char size.
|
|
|
|
@5092
|
18 years |
Gary Byers |
Conditionalize for CHAR_SIZE_32.
|
|
|
|
@5091
|
18 years |
Gary Byers |
Conditionalize for #-target-8-bit-chars.
|
|
|
|
@5090
|
18 years |
Gary Byers |
Deal - sometimes conditionally - with 32-bit characters.
|
|
|
|
@5089
|
18 years |
Gary Byers |
ERROR-OBJECT-NOT-MOD-CHAR-CODE-LIMIT.
|
|
|
|
@5088
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5087
|
18 years |
Gary Byers |
conditionalize new string types.
|
|
|
|
@5086
|
18 years |
Gary Byers |
%pname-hash: conditionalize for string element size.
|
|
|
|
@5085
|
18 years |
Gary Byers |
Sketch out new string types (read-time conditionalized.)
|
|
|
|
@5084
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5083
|
18 years |
Gary Byers |
Put :target-8-bit-chars on *features*, for bootstrapping.
|
|
|
|
@5082
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5081
|
18 years |
Gary Byers |
More missing BASIC-STREAM methods.
|
|
|
|
@5080
|
18 years |
Gary Byers |
:target-8-bit-chars on target features.
|
|
|
|
@5079
|
18 years |
Gary Byers |
Some comments/indentation.
|
|
|
|
@5078
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5077
|
18 years |
Gary Byers |
Make CHAR-CODE-LIMIT an attribute of the target arch, for bootstrapping.
|
|
|
|
@5076
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5075
|
18 years |
Gary Byers |
Fix typo.
|
|
|
|
@5074
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5073
|
18 years |
Gary Byers |
hex/decimal integer printers: 3 is also a hex digit.
|
|
|
|
@5072
|
18 years |
Gary Byers |
Install a "bogus signal handler" on Darwin, to deal with apparent
race …
|
|
|
|
@5071
|
18 years |
Gary Byers |
Use a hlt instruction to trap in pseudo_sigreturn.
Still get spurious …
|
|
|
|
@5070
|
18 years |
Gary Byers |
Define some things in terms of USE_MACH_SEMAPHORES or …
|
|
|
|
@5069
|
18 years |
Gary Byers |
Define some things in terms of USE_MACH_SEMAPHORES or …
|
|
|
|
@5068
|
18 years |
Gary Byers |
Try to avoid things like %COPY-IVECTOR-TO-IVECTOR when strings are …
|
|
|
|
@5067
|
18 years |
Gary Byers |
Things that're %HEAP-IVECTOR-P aren't bogus objects.
|
|
|
|
@5066
|
18 years |
Gary Byers |
Try to avoid things like %COPY-IVECTOR-TO-IVECTOR when strings are …
|
|
|
|
@5065
|
18 years |
Gary Byers |
AUTO-FLUSH-INTERACTIVE-STREAMS: use FORCE-OUTPUT.
|
|
|
|
@5064
|
18 years |
Gary Byers |
%COPY-U8-TO-STRING, %COPY-STRING-TO-U8: new, to avoid …
|
|
|
|
@5063
|
18 years |
Gary Byers |
%CSTR-POINTER and %CSTR-SEGMENT-POINTER: don't assume 8-bit chars.
|
|
|
|
@5062
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5061
|
18 years |
Gary Byers |
Fix tag check in 32-bit misc_set_single_float_vector.
|
|
|
|
@5060
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5059
|
18 years |
Gary Byers |
Bump max fasl version.
|
|
|
|
@5058
|
18 years |
Gary Byers |
Use new string ops. Bump current fasl version.
|
|
|
|
@5057
|
18 years |
Gary Byers |
Bump (max) fasl version.
|
|
|
|
@5056
|
18 years |
Gary Byers |
xloader was missing a few new ops.
|
|
|
|
@5055
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5054
|
18 years |
Gary Byers |
New string stuff here, too.
|
|
|
|
@5053
|
18 years |
Gary Byers |
New string stuff.
|
|
|
|
@5052
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5051
|
18 years |
Gary Byers |
More missing BASIC-STREAM methods (STREAM-LINE-COLUMN, STREAM-LISTEN, …
|
|
|
|
@5050
|
18 years |
Gary Byers |
Use READ-CHAR instead of STREAM-READ-CHAR, since it may be faster in …
|
|
|
|
@5049
|
18 years |
Gary Byers |
Unscramble auto-flush-streams stuff (don't assume ioblock-based stream.)
|
|
|
|
@5048
|
18 years |
Gary Byers |
Initial FD-STREAMs are BASIC-STREAMs.
|
|
|
|
@5047
|
18 years |
Gary Byers |
Change some REQUIRE forms; cosmetic. (Maybe not even cosmetic.)
|
|
|
|
@5046
|
18 years |
Gary Byers |
%unbox-u8, u8-vref stuff.
|
|
|
|
@5045
|
18 years |
Gary Byers |
New fasl ops for new string encodings.
|
|
|
|
@5044
|
18 years |
Gary Byers |
%CHAR-CODE: for how long has limit not been 216 ? For how long will …
|
|
|
|
@5043
|
18 years |
Gary Byers |
More fasl ops.
|
|
|
|
@5042
|
18 years |
Gary Byers |
%UNBOX-U8, u8-vref stuff.
|
|
|
|
@5041
|
18 years |
Gary Byers |
Add CHAR-CODE-LIMIT slot to TARGET-ARCH; may not be the best way to do …
|
|
|
|
@5040
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5039
|
18 years |
Gary Byers |
Updated.
|
|
|
|
@5038
|
18 years |
Gary Byers |
Updated.
|
|
|
|
@5037
|
18 years |
Gary Byers |
Added.
|
|
|
|
@5036
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5035
|
18 years |
Gary Byers |
Bump. New snapshots soon, I hope.
|
|
|
|
@5034
|
18 years |
Gary Byers |
Pass -g in ASFLAGS; same problems as always, but avoids problems with …
|
|
|
|
@5033
|
18 years |
Gary Byers |
Need to do an explicit sigreturn on Darwin (because of the sigaltstack …
|
|
|
|
@5032
|
18 years |
Gary Byers |
Check fpu overflow bit (not underflow) when deciding whether or not
to …
|
|
|
|
@5031
|
18 years |
Gary Byers |
Need an indirection to access mcontext from ucontext on Darwin;
invent …
|
|
|
|
@5030
|
18 years |
Gary Byers |
Add a declaration, to make this easier to step through.
|
|
|
|
@5029
|
18 years |
Gary Byers |
SINGLE-FLOAT-HALF-PI: use f0 not e0, just in case.
|
|
|
|
@5028
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5027
|
18 years |
Gary Byers |
Hyphenate ADD-AUTO-FLUSH-STREAM and REMOVE-AUTO-FLUSH-STREAM.
Export …
|
|
|
|
@5026
|
18 years |
Gary Byers |
READ-LINE on BASIC-INPUT-STREAM w/o STREAM-READ-LINE.
|
|
|
|
@5025
|
18 years |
Gary Byers |
HANDLER-CASE: the :NO-ERROR clause can appear at most once but doesn't …
|
|
|
|
@5024
|
18 years |
Gary Byers |
BASIC-OUTPUT-STREAM isn't an INPUT-STREAM.
Some STREAM-READ-LINE …
|
|
|
|
@5023
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5022
|
18 years |
Gary Byers |
PREPARE-TO-QUIT: other threads should be dead by the time that
streams …
|
|
|
|
@5021
|
18 years |
Gary Byers |
FULL-PATHNAME: remove some weird old code that assumed that interfered …
|
|
|
|
@5020
|
18 years |
Gary Byers |
Rename EVENT-POLL to AUTO-FLUSH-INTERACTIVE-STREAMS.
Make …
|
|
|
|
@5019
|
18 years |
Gary Byers |
MAKE-MCL-LISTENER-STREAM uses ADD-AUTOFLUSH-STREAM, …
|
|
|
|