openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
lua-stdlib
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 45 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Re-add mistakenly removed logic (I confused the ability to take multiple args with the ability to take lists).
rrt
More...
almost 22 years ago
assert lives again! math added to hold math function extensions.
rrt
More...
almost 22 years ago
Remove logic (no longer needed; _INTEGER_BITS moved to math, band &c. already work on lists). Various other movements and renaming of modules.
rrt
More...
almost 22 years ago
Routines moves to std.list and std.base.
rrt
More...
almost 22 years ago
More renaming. Remove boolean routines for when bitlib is not present. There's no excuse in Lua 5!
rrt
More...
almost 22 years ago
Use ipairs instead of table.getn loops.
rrt
More...
almost 22 years ago
Use pairs () instead of deprecated for "i, v in t" form.
rrt
More...
almost 22 years ago
Rename table routines. Simplify compose.
rrt
More...
almost 22 years ago
Renamed some libraries for Lua 5-ification reasons.
rrt
More...
almost 22 years ago
Fix a minor bug and remove some debugging code.
rrt
More...
almost 22 years ago
A new module (and family): algorithm, with first member algorithm.lcs, which implements the longest common subsequence algorithm needed for diff.
rrt
More...
almost 22 years ago
Fix call to writeLine (now io.writeLine).
rrt
More...
almost 22 years ago
More Lua 5-ification changes, mostly to the io modules this time.
rrt
More...
almost 22 years ago
Another round of changes for Lua 5-ification. This completes the changes to the string library (used to be the text library), and adds std.rex (complements my C rex library). Other changes are mostly to accomodate this; a few extras have snuck in.
uid30086
More...
almost 22 years ago
First set of changes moving to Lua 5-like naming conventions for the libraries.
rrt
More...
almost 22 years ago
Use math.mod rather than bit.mod for wider compatibility.
rrt
More...
almost 22 years ago
Wrap notes field of prog structure before output.
rrt
More...
almost 22 years ago
More changes to update to Lua 5.0. Nearly there now, I think, as I have several scripts working!
rrt
More...
almost 22 years ago
Another few search-and-replace function names to update to Lua 5. Mostly string functions this time.
rrt
More...
almost 22 years ago
More search-and-replace and wholesale code removal (notably POSIX getopt) for Lua 5.
rrt
More...
almost 22 years ago
Another swathe of Lua 5 updates. Now my little script that I'm testing nearly works, which means that quite a lot of the code in the libraries is at least vaguely correct!
rrt
More...
almost 22 years ago
A slew of updates in the march to Lua-5-ify the libraries. I've just been working on a particular small script and changing things "on demand", and I've not even managed to make the script work yet, so there's almost certainly a lot of work still to go.
rrt
More...
almost 22 years ago
Convert to Lua 5.0, and some slight tidying.
rrt
More...
about 22 years ago
Do TODOs for Lua 5 (use "le" tagmethod -- will have to become a metamethod) and ability to force a function to return only one result.
rrt
More...
about 22 years ago
Update std.patch40 to std.patch50 for Lua 5. Now none of the other modules need it.
rrt
More...
about 22 years ago
Make readDir return an unsorted list of files. Unfortunately, -U isn't supported by ls on all platforms.
rrt
More...
about 22 years ago
Update to match new directory structure (rather overdue!).
rrt
More...
over 22 years ago
Use endOfLine in chomp and wrap.
rrt
More...
over 22 years ago
Removed std.logic; now folded into std.data.logic
rrt
More...
almost 23 years ago
std.logic now merged into std.data.logic.
rrt
More...
almost 23 years ago
←
1
2
…
40
41
42
43
44
45
46
47
48
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree