This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
59 lines (45 loc) · 1.8 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# ChangeLog for lucid
12 Feb 2007; Benedikt Boehm <[email protected]>:
Add ismount()
07 Feb 2007; Benedikt Boehm <[email protected]>:
Add str_rchr()
Fix segfault in strtok_free if given pointer
into st is not the list head
05 Feb 2007; Benedikt Boehm <[email protected]>:
Rewrite most of the log multiplexer
04 Feb 2007; Benedikt Boehm <[email protected]>:
Add str_path_dirname() and str_path_basename()
03 Feb 2007; Benedikt Boehm <[email protected]>:
Add copy_file()
Fix mkdirp() to create parent directories with 0755 instead of 0777
30 Jan 2007; Benedikt Boehm <[email protected]>:
Fix left/zero padding in vsnprintf()
29 Jan 2007; Benedikt Boehm <[email protected]>:
Add ispath() and readsymlink()
Increase buffer size for str functions
Fix str_path_concat() to concat even if basename is relative to ./
27 Jan 2007; Benedikt Boehm <[email protected]>:
Fix off-by-one errors in vsnprintf()
Fix addr_from_str() to convert even if no storage supplied
Fix exec_fork_pipe() to close file descriptors on error
25 Jan 2007; Benedikt Boehm <[email protected]>:
Fix exec functions to not free argv before execvp()
11 Jan 2007; Benedikt Boehm <[email protected]>:
Add memory allocator (mem)
Add stralloc_finalize()
Add str_cmpn() and str_str()
Fix str_isempty() to only check for linear whitespace
09 Jan 2007; Benedikt Boehm <[email protected]>:
Add str_equal()
Add string tokenizer (strtok)
Move functions from io/ to str/
Remove functions from argv/ in favor of strtok/
Rename struct list to list_t
Split char macros from str/ to char/
Split memory function from str/ to mem/
15 Dec 2006; Benedikt Boehm <[email protected]>:
Fix byte order handling
Add byte order functions for uint16_t
*lucid-0.1_rc1 (03 Dec 2006)
03 Dec 2006; Benedikt Böhm <[email protected]>:
Initial release of lucid.