ObjFW  Timeline

15 check-ins using file configure.ac version c2f04c07fa

2011-04-09
20:25
Update ChangeLog. (check-in: 7d7af69d0f user: js tags: trunk)
20:11
Increase library version. (check-in: 5927fbebb7 user: js tags: trunk)
20:05
Parse XML processing instructions. (check-in: bf45e02951 user: js tags: trunk)
15:43
OFXMLParser: Allow processing instructions after the document. (check-in: 2d7725aa27 user: js tags: trunk)
15:41
OFXMLParser: Don't allow character data before the document. (check-in: 0cc997a1d7 user: js tags: trunk)
12:31
Branch for 0.5. (check-in: 5203170e82 user: js tags: 0.5)
12:30
Also test comments in -[stringValue]. (check-in: 91d438b5d2 user: js tags: trunk)
2011-04-08
07:05
Add -[isListening] to OFTCPSocket. (check-in: 054a38e82d user: js tags: trunk)
2011-04-06
20:07
Port recent OFStreamObserver changes to Win32. (check-in: a10390bfd6 user: js tags: trunk)
19:53
Don't compare to FD_SETSIZE. (check-in: 57f51f7341 user: js tags: trunk)
18:35
This ivar does not need to be @public anymore as well. (check-in: d9c7249304 user: js tags: trunk)
18:30
Move ivar listening to OFTCPSocket.
Also, we don't need these ivars to be @public anymore.
(check-in: d776cbf5e2 user: js tags: trunk)
2011-04-04
23:32
Remove now useless defines of _GNU_SOURCE. (check-in: 93fee7265f user: js tags: trunk)
23:32
Check the value of read/write in OFStreamObserver. (check-in: 8349bc4bbe user: js tags: trunk)
23:31
Use -std=gnu99 instead of -std=c99. c99 gives trouble with glibc. (check-in: 70e82fef45 user: js tags: trunk)