libowfat/CHANGES

89 lines
2.7 KiB
Plaintext
Raw Normal View History

0.14:
2002-08-14 15:54:49 +00:00
avoid bus errors in byte_copy
byte_rchr was completely broken
add case, iopause, tai, taia, openreadclose and ipv6-enhanced dns
2002-05-03 19:20:39 +00:00
0.13:
fixed several bugs in test/uudecode.c
2002-05-17 00:07:00 +00:00
add uninstall target
2002-05-17 20:58:57 +00:00
add uint16_read API like the uint32_read one
2002-05-17 21:14:54 +00:00
add buffer_putnlflush
2002-06-02 00:46:17 +00:00
lots of general clean-ups from Jukka Zitting:
add FMT_LONG to fmt.h (FMT_ULONG plus 1 for sign)
fmt_strn did not work for out==NULL
fix inconsistencies in man pages
make scan_urlencode do the '+' -> ' ' transformation
2002-05-03 19:20:39 +00:00
0.12:
add textcode api for uuencode/uudecode, base64, quoted printable,
url-encoding and yenc.
2002-03-25 22:57:47 +00:00
0.11:
fix fmt_long (didn't count the '-'), which in turn broke
buffer_putlong
2002-04-15 13:44:38 +00:00
referenced wrong include file in stralloc_ready and stralloc_readyplus
man page.
2002-03-25 22:57:47 +00:00
2002-02-28 15:50:45 +00:00
0.10:
add comment to stralloc.h that explains the structure (Markus Brischke)
2002-03-22 23:40:51 +00:00
fix socket routines (two cut-and-paste errors)
2002-02-28 15:50:45 +00:00
0.9:
fmt_str did not check for out==NULL! Thanks, Uwe Ohse.
Updated to buffer to fix read buffers. Thanks, David Lichteblau.
2001-11-25 22:54:58 +00:00
Oops! byte_copy had a trivial and dumb typo in it that I'm unsure how
I could have missed it.
2001-11-25 23:50:09 +00:00
add mmap man pages.
update and add socket man pages.
2001-11-26 17:42:05 +00:00
don't include str.h from fmt.h
2002-02-28 15:50:45 +00:00
document error signalling for the mmap functions.
2001-10-15 14:34:02 +00:00
0.8:
BSD compatibility.
fix mmap_shared.
ranlib.
s/EPROTO/EPROTONOSUPPORT/.
2001-10-13 03:45:17 +00:00
0.7:
add buffer_putspace
fix b0read prototype in buffer/buffer_0*
scan_ip6 will not transparently scan IPv4 addresses and save them as
v4-mapped addresses (::ffff:127.0.0.1).
byte_copy was sped up (but made larger in the process)
2001-02-02 17:54:47 +00:00
0.6:
2001-02-05 18:25:24 +00:00
changed name to libowfat.
fixed fmt_ulong (did not output 0 correctly).
added buffer.
extended buffer API to include buffer_putulong() and friends.
2001-06-14 12:45:28 +00:00
oops, the read buffering was completely broken!
add mmap library (idea from Ingo Oeser)
2001-02-02 17:54:47 +00:00
0.5:
made subdirectories for the different libraries.
moved the sources into the corresponding subdirectory.
imported my man pages from libdjb.
removed fmt_int.c and fmt_uint.c (they are macros in fmt.h).
corrected comment in open.h for open_excl.
wrote new man pages for fmt_double, scan_double, the sign fmt_ and
scan_ routines, the whitespace and charset scan_ routines, and the
str and stralloc routines.
0.4:
implemented stralloc.
0.3:
implemented uint16, uint32 and uint64. The header files try to
define shortcut endianness conversion routines that do not convert
anything.
implemented open (I hope I got open_excl right, I couldn't find an
implementationen).
0.2:
implemented the scan, fmt and str interfaces.
added adapted fmt_double and scan_double from diet libc.
0.1:
initial release.
implemented the byte interface.