ObjFW  Check-in [cc2e866e55]

Overview
Comment:Let OFString's setTo: use const char* instead of OFString*.
This is far more useful.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cc2e866e5579a70e1bd6207327735e6072f9e5e8f2a41f4cef5efabf7d2f833c
User & Date: js on 2009-02-14 19:04:50
Other Links: manifest | tags
Context
2009-02-14
20:15
Add intmax_t and uintmax_t to OFNumber. check-in: db131a629c user: js tags: trunk
19:04
Let OFString's setTo: use const char* instead of OFString*.
This is far more useful.
check-in: cc2e866e55 user: js tags: trunk
17:26
Always use #include for libc headers due to glibc being broken.
Do the same for win32 headers, just in case. They should work with
#import, but you never know ;).
check-in: 029511474c user: js tags: trunk
Changes