Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for s2/mod/dirent/mod_dirent.s2
|
2018-11-20
| ||
| 10:36 | Corrected a couple callbacks to throw rather than return non-exception, non-0 results. Reset errno to 0 before calling readdir(), as the man page suggests, because errno has stale values on my hoster's machine, causing false error reports. file: 75b52745e5 check-in: [d809a5ab9b] user: stephan branch: trunk, size: 1734 | |
|
2018-10-05
| ||
| 13:47 | Minor dirent module test additions and added one disabled code block which filters out the '.' and '..' dir entries from traversal via dirent.eachEntry() (which is arguable, thus it's disabled, but they're just noise more often than not). file: 263c1fab72 check-in: [9c48ea1b54] user: stephan branch: trunk, size: 1726 | |
|
2018-05-08
| ||
| 16:46 | dirent module tinkering. file: e85cc173bd check-in: [aea2220d79] user: stephan branch: trunk, size: 1592 | |
|
2018-01-01
| ||
| 22:05 | Minor tweaks and hacks. Accidentally discovered a new category of parse errors involving certain keywords within a ternary expression, and partially "resolved" them. file: da77193a86 check-in: [972ed85e26] user: stephan branch: trunk, size: 1466 | |
|
2017-11-16
| ||
| 06:52 | Got basic infrastructure in place for building s2 the loadable modules as static modules which get linked directly in to s2sh. file: 86cf464d75 check-in: [21be566a6f] user: stephan branch: trunk, size: 1469 | |
|
2017-11-06
| ||
| 15:47 | minor tinkering with the dirent module. file: e882bfe3ba check-in: [929f577dc6] user: stephan branch: trunk, size: 1455 | |
|
2016-01-21
| ||
| 09:40 | removed some long-since-irrelevant comments. file: 318baaaa68 check-in: [e03af9e69a] user: stephan branch: trunk, size: 1348 | |
|
2016-01-12
| ||
| 17:49 | Renamed and modified s2/mod_dirent.s2 → s2/mod/dirent/mod_dirent.s2. moved all but the sample modules into s2/mod/MODULE_NAME/ and set up build infrastructure to simplify building/testing new ones. file: 07b7ed43c5 check-in: [fa11377561] user: stephan branch: trunk, size: 1539 | |
|
2016-01-11
| ||
| 20:47 | Added: started restructuring s2 modules into standalone subdirs, but there's still work to do here. bed time. file: 49eda26039 check-in: [e8767d5670] user: stephan branch: s2-modules-restructuring, size: 1543 | |