Changeset 497
- Timestamp:
- 07/30/07 08:51:33 (1 year ago)
- Files:
-
- version_0/ChangeLog (modified) (1 diff)
- version_0/ext/project.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/ChangeLog
r494 r497 53 53 with no Ruby dependencies. Needs example code. 54 54 29Jul07: Added EventMachine::Protocols::LineText2. 55 29Jul07: Added EventMachine::Protocols::Stomp. 56 30Jul07: Added sys/stat.h to project.h to fix compilation bug on Darwin. version_0/ext/project.h
r481 r497 43 43 #include <sys/time.h> 44 44 #include <sys/types.h> 45 #include <sys/stat.h> 45 46 #include <sys/socket.h> 46 47 #include <sys/un.h>