Felix von Leitner
|
8b636109ab
|
gcc 4 cleanups (mostly unsigned char* vs char*)
|
2005-04-23 15:50:16 +00:00 |
Felix von Leitner
|
0359400b79
|
add buffer_mmapread
|
2005-01-04 22:38:00 +00:00 |
Felix von Leitner
|
b05bf23905
|
cleanups in stralloc and buffer:
int -> long for sizes
char -> unsigned char for strings
|
2004-11-25 21:29:35 +00:00 |
Felix von Leitner
|
e3b165e9e8
|
add buffer_putm and buffer_putmflush
|
2004-11-25 20:51:53 +00:00 |
Felix von Leitner
|
bb7c231fab
|
add buffer_putsaflush
|
2004-11-25 20:21:31 +00:00 |
Felix von Leitner
|
429a61b461
|
extend API To read line/token to stralloc to allow clearing the
stralloc first.
add stralloc_zero to clear a stralloc
|
2004-11-25 20:07:31 +00:00 |
Felix von Leitner
|
e4d8a40db6
|
add "extern" before variables
|
2003-10-24 18:56:54 +00:00 |
Felix von Leitner
|
4c41a88194
|
add long long buffer routines
add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
|
2003-09-05 21:09:14 +00:00 |
Felix von Leitner
|
1e0728abd0
|
add buffer_fromsa (make virtual buffer from stralloc)
|
2003-06-08 22:10:10 +00:00 |
Felix von Leitner
|
3961f3e67e
|
better and more predication, improved documentation
|
2003-06-08 21:20:36 +00:00 |
Felix von Leitner
|
c44e273bde
|
fix typo in buffer_GETC
|
2003-04-28 20:58:04 +00:00 |
Felix von Leitner
|
b5c4e199cb
|
add buffer_putsa, buffer_get_token_sa, buffer_getline_sa, stralloc_chomp
and stralloc_chop
|
2002-10-17 20:32:03 +00:00 |
Felix von Leitner
|
ae10628ce7
|
remove buffer_init argument warning when passing read or write
|
2002-09-28 00:14:11 +00:00 |
Felix von Leitner
|
10f26fd5bc
|
add some man pages
|
2002-09-16 21:56:49 +00:00 |
Felix von Leitner
|
045c34e8e6
|
add buffer_putnlflush
|
2002-05-17 21:14:54 +00:00 |
Felix von Leitner
|
457fb18f2d
|
make buffer_get_token write \0 to buffer on end of file so it can be
distinguished from a length 0 token.
|
2002-05-11 15:19:56 +00:00 |
Felix von Leitner
|
3d345f814d
|
Fixed input buffers, thanks to David Lichteblau.
|
2001-11-25 22:37:38 +00:00 |
Felix von Leitner
|
9c1ce2b6a5
|
some constness stuff for buffer_0, an experimental optimization for
byte_copy and add buffer_putspace, a trivial shortcut.
|
2001-09-10 10:37:00 +00:00 |
Felix von Leitner
|
40fda89f89
|
oops
|
2001-05-12 03:17:17 +00:00 |
Olaf Dreesen
|
29f7b13114
|
added a macro buffer_getline
|
2001-03-01 11:58:09 +00:00 |
Olaf Dreesen
|
d5b756f08f
|
aded buffer_getc, buffer_getn get n bytes less only if EOF and
buffer_get_token for getting n bytes till finding a termination char or
EOF/error.
|
2001-02-05 21:27:55 +00:00 |
Felix von Leitner
|
6f4a91060a
|
und noch nen commit ;-)
|
2001-02-05 18:15:47 +00:00 |
Felix von Leitner
|
504192c0f9
|
add routines to put number in buffer.
|
2001-02-05 18:08:57 +00:00 |
Felix von Leitner
|
3e6480f5f4
|
forgot buffer.h
|
2001-02-05 17:02:09 +00:00 |