index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Follow up on 64 bit compilation warnings.
Kaz Kylheku
2009-11-23
1
-2
/
+2
*
* lib.c (chk_malloc, chk_realloc): Fix diagnosable conversion,
Kaz Kylheku
2009-11-23
1
-2
/
+2
*
Improving portability. It is no longer assumed that pointers
Kaz Kylheku
2009-11-23
1
-26
/
+27
*
Introducing symbol packages. Internal symbols are now in
Kaz Kylheku
2009-11-21
1
-81
/
+162
*
* unwind.c (uw_throw): If streams are not initialized,
Kaz Kylheku
2009-11-20
1
-23
/
+18
*
* lib.c (flatten): Semantics change. The flatten function
Kaz Kylheku
2009-11-20
1
-0
/
+3
*
Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,
Kaz Kylheku
2009-11-20
1
-255
/
+241
*
Get rid of macros in favor of safer inline functions.
Kaz Kylheku
2009-11-19
1
-2
/
+2
*
Use unsigned char * as allocator return value.
Kaz Kylheku
2009-11-19
1
-2
/
+2
*
Following-up on diagnostics obtained by running code through C++
Kaz Kylheku
2009-11-18
1
-9
/
+16
*
* lib.c (chrp): Fix broken is_chr(num) call.
Kaz Kylheku
2009-11-17
1
-1
/
+1
*
Fixes for compliance to C89.
Kaz Kylheku
2009-11-17
1
-1
/
+2
*
Big round of changes to switch the code base to use the stream
Kaz Kylheku
2009-11-16
1
-70
/
+71
*
Use the 11 tag bit pattern to denote a new type: LIT. This is a
Kaz Kylheku
2009-11-16
1
-96
/
+129
*
* lib.c (chr): Take wchar_t argument, not int. Dropped range check.
Kaz Kylheku
2009-11-15
1
-4
/
+3
*
Version 021 preparation.
txr-021
Kaz Kylheku
2009-11-15
1
-1
/
+1
*
Provide both char * and unsigned char * interfaces in UTF-8 module.
Kaz Kylheku
2009-11-14
1
-1
/
+1
*
* lib.c (symbolp): Bugfix: function crashed on NUM argument.
Kaz Kylheku
2009-11-13
1
-2
/
+3
*
Continuing wchar_t conversion. Making sure all stdio calls
Kaz Kylheku
2009-11-12
1
-10
/
+10
*
Big conversion to wide characters and UTF-8 support.
Kaz Kylheku
2009-11-11
1
-158
/
+170
*
Changing representation of objects to allow for unboxed characters.
Kaz Kylheku
2009-11-09
1
-28
/
+32
*
Changing representation of objects to allow the NUM type to be
Kaz Kylheku
2009-11-09
1
-44
/
+50
*
First cut at hash tables. One known problem is allocation during gc,
Kaz Kylheku
2009-11-09
1
-1
/
+15
*
Throw exception on stream error during close, or I/O operations. This
Kaz Kylheku
2009-11-06
1
-3
/
+4
*
Bug ID 27895: Calls to protect have an argument list terminated
Kaz Kylheku
2009-11-01
1
-1
/
+2
*
Bug ID 27899: Garbage collection problem: method of locating stack
Kaz Kylheku
2009-11-01
1
-16
/
+3
*
Fix broken LSTR and FUN cases in equal.
Kaz Kylheku
2009-11-04
1
-7
/
+9
*
Version 019
txr-019
Kaz Kylheku
2009-11-03
1
-1
/
+1
*
Change the freeform line catenation semantics to termination
Kaz Kylheku
2009-11-03
1
-18
/
+15
*
Got regex working over lazy strings from freeform.
Kaz Kylheku
2009-11-02
1
-2
/
+5
*
Implement custom separator and limit in freeform.
Kaz Kylheku
2009-11-02
1
-8
/
+28
*
Lazy string fix.
Kaz Kylheku
2009-11-02
1
-1
/
+2
*
Start of implementation for freestyle matching.
Kaz Kylheku
2009-11-02
1
-121
/
+328
*
txr-017 2009-10-17
txr-017
Kaz Kylheku
2017-07-31
1
-2
/
+2
*
txr-016 2009-10-16
txr-016
Kaz Kylheku
2017-07-31
1
-1
/
+3
*
txr-015 2009-10-15
txr-015
Kaz Kylheku
2017-07-31
1
-324
/
+247
*
txr-014 2009-10-05
txr-014
Kaz Kylheku
2017-07-31
1
-21
/
+124
*
txr-013 2009-09-30
txr-013
Kaz Kylheku
2017-07-31
1
-2
/
+21
*
txr-012 2009-09-28
txr-012
Kaz Kylheku
2017-07-31
1
-1
/
+119
*
txr-011 2009-09-25
txr-011
Kaz Kylheku
2017-07-31
1
-0
/
+1609
[prev]