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
/
stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: tostringp not behaving right for floats.
Kaz Kylheku
2017-05-04
1
-1
/
+4
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
1
-9
/
+9
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Changes to the printing framework.
Kaz Kylheku
2016-10-20
1
-4
/
+1
*
A few volatile fixes related to setjmp.
Kaz Kylheku
2016-10-20
1
-4
/
+4
*
Add stream printing context.
Kaz Kylheku
2016-10-20
1
-5
/
+26
*
Add *print-circle* special variable.
Kaz Kylheku
2016-10-19
1
-1
/
+2
*
nuke trailing newlines from exception messages.
Kaz Kylheku
2016-10-07
1
-5
/
+5
*
small bug in format: handle missing format char.
Kaz Kylheku
2016-10-07
1
-0
/
+2
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
New function pure-rel-path-p.
Kaz Kylheku
2016-09-27
1
-0
/
+31
*
New strlist list input stream type.
Kaz Kylheku
2016-09-24
1
-0
/
+137
*
Don't open text files using "t" mode on Cygwin.
Kaz Kylheku
2016-07-12
1
-1
/
+1
*
Dynamically determine whether shell is cmd.exe.
Kaz Kylheku
2016-06-30
1
-1
/
+18
*
We would like the Windows port of TXR to open files in text
Kaz Kylheku
2016-06-28
1
-0
/
+5
*
Turn flags in struct stdio_handle into bitfields.
Kaz Kylheku
2016-05-29
1
-3
/
+3
*
Support ISO C stream direction switching rules.
Kaz Kylheku
2016-05-28
1
-0
/
+58
*
Add a byte mode to stdio streams.
Kaz Kylheku
2016-05-28
1
-4
/
+22
*
Don't use sleep function in tail streams.
Kaz Kylheku
2016-05-23
1
-19
/
+7
*
Optional argument on remove-path.
Kaz Kylheku
2016-05-23
1
-5
/
+9
*
Wrong argument defaulting in record-adapter.
Kaz Kylheku
2016-05-09
1
-1
/
+1
*
Argument of flush-stream now optional.
Kaz Kylheku
2016-05-07
1
-2
/
+3
*
Redundant addr in printed rep of string-input-stream.
Kaz Kylheku
2016-05-07
1
-1
/
+1
*
New: standard stream redirection for subprocesses.
Kaz Kylheku
2016-05-07
1
-11
/
+141
*
Strengthen against resource leaks upon exceptions.
Kaz Kylheku
2016-04-21
1
-1
/
+2
*
Recycle conses in unget-char and read-until-match.
Kaz Kylheku
2016-04-20
1
-1
/
+1
*
Bugfix: optional arg defaulting in get-string.
Kaz Kylheku
2016-04-20
1
-1
/
+2
*
read-until-match can optionally keep matched text.
Kaz Kylheku
2016-04-20
1
-3
/
+5
*
Allow unlimited character pushback in unget-char.
Kaz Kylheku
2016-04-19
1
-10
/
+5
*
Incorrect format args in string stream code.
Kaz Kylheku
2016-04-19
1
-1
/
+1
*
Fix broken unget_char over string input streams.
Kaz Kylheku
2016-04-19
1
-1
/
+1
*
Make open_socket static and register in socket.c.
Kaz Kylheku
2016-04-14
1
-3
/
+0
*
Socket mode strings defaulted and checked.
Kaz Kylheku
2016-04-14
1
-6
/
+12
*
Adding fmt function.
Kaz Kylheku
2016-04-14
1
-0
/
+6
*
Wrap #if HAVE_SOCKETS around some functions.
Kaz Kylheku
2016-03-31
1
-0
/
+4
*
UTF-8 API overhaul: security, and other concerns.
Kaz Kylheku
2016-03-31
1
-3
/
+1
*
Expose sock-set-peer function.
Kaz Kylheku
2016-03-31
1
-0
/
+1
*
Replace all stray C style casts with macros.
Kaz Kylheku
2016-03-29
1
-3
/
+3
*
Improve treatment of open mode in tail streams.
Kaz Kylheku
2016-03-19
1
-2
/
+9
*
Permissive stream open mode strings.
Kaz Kylheku
2016-03-19
1
-28
/
+22
*
Size mode meaningful in datagram sockets.
Kaz Kylheku
2016-03-19
1
-1
/
+1
*
Buffer size digit in file open mode string.
Kaz Kylheku
2016-03-19
1
-2
/
+25
*
New l and u letters in stream open mode strings.
Kaz Kylheku
2016-03-18
1
-4
/
+24
*
Bugfix: set errno to zero in stdio_unget_byte.
Kaz Kylheku
2016-03-15
1
-0
/
+1
*
Implement socket timeouts.
Kaz Kylheku
2016-03-15
1
-0
/
+8
*
All stdio streams get line buffering with i mode.
Kaz Kylheku
2016-03-14
1
-1
/
+6
*
Workaround for apparent putc bug in Cygwin.
Kaz Kylheku
2016-03-10
1
-0
/
+7
*
Record adapter passes through socket ops.
Kaz Kylheku
2016-03-07
1
-0
/
+29
*
Revamped naming for socket streams.
Kaz Kylheku
2016-03-07
1
-4
/
+55
*
gc bugs: more instances of wrong mutations.
Kaz Kylheku
2016-03-07
1
-1
/
+1
[next]