| Age | Commit message (Collapse) | Author | Files | Lines |
|
0.46
06-12-19
- A require_relative dependency snuck in.
Add a rbx-require-relative to handle this.
|
|
0.45
06-12-11
- Support for syntax highlighting and caching eval strings. The former
is used in rb8-trepanning.
|
|
|
|
* Add LICENSE.
* Use original version name 0.43 instead of 0.4.3 to maintain
packages more easy.
|
|
* Add some comments and a little clean up.
No functional change.
|
|
|
|
Notes: Small change to for MSWindows which allows finding the extension
in lib rather than ext.
|
|
LineCache is a module for reading and caching lines. This may be useful
for example in a debugger where the same lines are shown many times.
|