Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | . | Kartik K. Agaram | 2021-11-24 | 1 | -3/+3 | |
| | ||||||
* | consistent file ops | Kartik K. Agaram | 2021-11-24 | 1 | -6/+6 | |
| | | | | Now we're down to 1 real warning and 1 false positive. | |||||
* | style | Kartik K. Agaram | 2021-11-24 | 1 | -3/+3 | |
| | ||||||
* | rename | Kartik K. Agaram | 2021-11-24 | 1 | -7/+7 | |
| | ||||||
* | indent | Kartik K. Agaram | 2021-11-24 | 1 | -32/+32 | |
| | ||||||
* | clean up a warning and a bit of duplication | Kartik K. Agaram | 2021-11-22 | 4 | -35/+2 | |
| | | | | | Now we have 2 probably-valid warnings caused by my edits, and 1 false-positive. | |||||
* | standardize warning flags everywhere | Kartik K. Agaram | 2021-11-22 | 9 | -26/+23 | |
| | | | | | | | | | | I'd like to enable -Wextra as well, but that creates some false positives. I've at least made my changes clean w.r.t. -Wextra. Now we have 4 remaining warnings with gcc 9.3 that seem genuine. Need to fix those. | |||||
* | . | Kartik K. Agaram | 2021-11-22 | 1 | -13/+8 | |
| | ||||||
* | drop a warning implied by -Wall | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 | |
| | ||||||
* | standardize CFLAGS in luasocket | Kartik K. Agaram | 2021-11-22 | 1 | -5/+4 | |
| | ||||||
* | standardize CFLAGS | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 | |
| | | | | | Adding -Wpedantic creates a new warning. Leaving it alone for now: https://stackoverflow.com/questions/31526876/casting-when-using-dlsym | |||||
* | standardize CFLAGS in luasec | Kartik K. Agaram | 2021-11-22 | 1 | -6/+6 | |
| | | | | | | What in the world is up with the $MYCFLAGS convention in these Lua makefiles? I don't know, but I'm going to leave it undisturbed as far as possible. | |||||
* | standardize on gcc | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 | |
| | | | | cc and gcc are identical on my system. But why rely on that. | |||||
* | delete final vestiges of embedded luasocket | Kartik K. Agaram | 2021-11-22 | 7 | -243/+7 | |
| | ||||||
* | delete most of the embedded luasocket in luasec | Kartik K. Agaram | 2021-11-22 | 12 | -1545/+8 | |
| | | | | Hilariously, I wasn't linking against it in the first place. | |||||
* | luasec: fix 'make clean' | Kartik K. Agaram | 2021-11-22 | 1 | -3/+3 | |
| | ||||||
* | https now working! | Kartik K. Agaram | 2021-11-21 | 34 | -9/+5640 | |
| | | | | | | | | Still extremely ugly: - I've inlined all the namespaces under ssl, so you need to know that context and config are related to ssl. - luasec comes with its own copy of luasocket. I haven't deduped that yet. | |||||
* | basic http requests starting to work | Kartik K. Agaram | 2021-11-21 | 13 | -108/+75 | |
| | | | | | In the process we're starting to load almost all of luasocket by default. And everything is working as expected, no unpleasant surprises. | |||||
* | now. we. have. JSON. | Kartik K. Agaram | 2021-11-21 | 2 | -0/+390 | |
| | | | | Completely unmodified from upstream. | |||||
* | drop some redundant `require`s | Kartik K. Agaram | 2021-11-20 | 1 | -14/+7 | |
| | ||||||
* | luasocket now loading properly | Kartik K. Agaram | 2021-11-20 | 6 | -6/+12 | |
| | | | | I still haven't tried actually running it. | |||||
* | rename | Kartik K. Agaram | 2021-11-20 | 2 | -1/+1 | |
| | ||||||
* | extract a helper | Kartik K. Agaram | 2021-11-20 | 1 | -8/+17 | |
| | ||||||
* | inline luasocket | Kartik K. Agaram | 2021-11-20 | 51 | -1/+9430 | |
| | | | | Just builds for now, isn't available yet to Lua code. | |||||
* | bugfix: support running from top-level | Kartik K. Agaram | 2021-11-20 | 1 | -1/+1 | |
| | | | | Unfortunately we can't currently run teliva from anywhere else :/ | |||||
* | get rid of a distracting name | Kartik K. Agaram | 2021-11-20 | 3 | -4/+4 | |
| | | | | | No distinction now between the C and Lua versions of the curses library. We build them all together in one place. | |||||
* | port changes from minimal to maximal version | Kartik K. Agaram | 2021-11-20 | 5 | -531/+47 | |
| | | | | From lcurseslib.c to lcurses/ directory. | |||||
* | report errors when calling non-existent functions | Kartik K. Agaram | 2021-11-20 | 1 | -2/+4 | |
| | ||||||
* | inline in C is not worth the trouble | Kartik K. Agaram | 2021-11-20 | 1 | -2/+2 | |
| | | | | https://merveilles.town/@akkartik/107310347838372198 | |||||
* | inline lcurses maximally rather than minimally | Kartik K. Agaram | 2021-11-19 | 12 | -4/+4991 | |
| | | | | | | | | | Until now we had just the bare minimum bindings needed for the demos built so far. Now we have all of lcurses building in place with minimal changes. The changes in this commit can run hanoi.lua when inlined into Lua 5.1, but don't work with Teliva. | |||||
* | tested on Mac OS | Kartik K. Agaram | 2021-11-14 | 1 | -1/+1 | |
| | ||||||
* | import life.teliva into image format | Kartik K. Agaram | 2021-11-14 | 1 | -0/+1 | |
| | ||||||
* | cleaner error handling | Kartik K. Agaram | 2021-11-14 | 2 | -21/+9 | |
| | ||||||
* | . | Kartik K. Agaram | 2021-11-14 | 1 | -2/+1 | |
| | ||||||
* | remain in editor on error | Kartik K. Agaram | 2021-11-14 | 2 | -5/+31 | |
| | ||||||
* | . | Kartik K. Agaram | 2021-11-14 | 2 | -3/+3 | |
| | ||||||
* | find _some_ way to show error on initial load | Kartik K. Agaram | 2021-11-14 | 1 | -2/+8 | |
| | ||||||
* | more menu cleanup | Kartik K. Agaram | 2021-11-14 | 2 | -8/+16 | |
| | ||||||
* | . | Kartik K. Agaram | 2021-11-14 | 2 | -20/+20 | |
| | ||||||
* | drop support for non-image Lua scripts | Kartik K. Agaram | 2021-11-14 | 1 | -35/+8 | |
| | | | | We still have no story for error messages. We'll work on that next. | |||||
* | draw the browse dialog the same way | Kartik K. Agaram | 2021-11-14 | 2 | -10/+46 | |
| | ||||||
* | dialogs are not status messages | Kartik K. Agaram | 2021-11-14 | 1 | -3/+8 | |
| | ||||||
* | smarter image browsing | Kartik K. Agaram | 2021-11-14 | 1 | -19/+53 | |
| | | | | | - distinguish between unused functions and data - don't hardcode a specific convention for the curses window object | |||||
* | slightly more robust on-disk format | Kartik K. Agaram | 2021-11-14 | 1 | -2/+2 | |
| | | | | | | Looks like Lua supports a little bit of programmability in its multi-line string literals. Even though I can't find this documented anywhere. | |||||
* | janky way to cancel browsing | Kartik K. Agaram | 2021-11-14 | 1 | -6/+9 | |
| | ||||||
* | slightly more obvious browse dialog | Kartik K. Agaram | 2021-11-14 | 1 | -1/+4 | |
| | ||||||
* | cleaner dialogs | Kartik K. Agaram | 2021-11-14 | 2 | -23/+60 | |
| | ||||||
* | no, use Esc to cancel | Kartik K. Agaram | 2021-11-14 | 1 | -5/+5 | |
| | | | | | It inserts an ugly pause for ghastly historical reasons having to do with the origins of terminals. But hopefully this isn't a common case. | |||||
* | use word at cursor when it's not at start of line | Kartik K. Agaram | 2021-11-14 | 1 | -2/+4 | |
| | ||||||
* | editor: use ctrl-g to cancel dialogs | Kartik K. Agaram | 2021-11-13 | 1 | -5/+5 | |
| |