Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-26 | remove files that were just sticking around (now that they're in GIT) | Luke Shumaker | |
2015-06-26 | managing the whole thing with GIT now | Luke Shumaker | |
2015-06-26 | mkdir rvs; mv * rvs | Luke Shumaker | |
2015-06-26 | switching to git | Luke Shumaker | |
2015-06-26 | well, launching plugins is written, too bad it segfaults | Luke Shumaker | |
2015-06-26 | replace all uses of tempfile(1) with mktemp(1) in shell scripts | Luke Shumaker | |
2015-06-26 | update version #s XD | Luke Shumaker | |
2015-06-26 | haha, I'm a dumb shit, | Luke Shumaker | |
$(bindir)/rvs wasn't passing the command to $(libexecdir)/rvs/runcom | |||
2015-06-26 | add detection for unrecognized plugin commands | Luke Shumaker | |
2015-06-26 | fix Makefiles a bit | Luke Shumaker | |
redo the ugly kludge in load_plugins(...) in wrapper/plugin-load.h | |||
2015-06-26 | bichun! | Luke Shumaker | |
fixed makefiles, moved around files The wrapper is now a hybrid shell-C program. A shell script does the integrated commands, but it calls the C program (`$(libexecdir)/rvs/runcom') to launch plugins Note that right now, it does EVERYTHING BUT launch plugins. | |||
2015-06-26 | everything that is coded in the wrapper works | Luke Shumaker | |
2015-06-26 | I like this | Luke Shumaker | |
2015-06-26 | haha, I'm a dumb shit | Luke Shumaker | |
still getting errors about unfree'd memory from valgrind :( | |||
2015-06-26 | this doesn't work/run, but it seems like /progress/ | Luke Shumaker | |
I'm beginning to get depressed about this :| | |||
2015-06-26 | I'm getting tirede of working on this | Luke Shumaker | |
2015-06-26 | I had a lot of it working, now I don't. | Luke Shumaker | |
I'm going to commit before I screw more up. | |||
2015-06-26 | removed the symlink I use for testing | Luke Shumaker | |
2015-06-26 | I think I have it back to where it was last week (although, a lot cleaner, ↵ | Luke Shumaker | |
and elagant) | |||
2015-06-26 | woops, forgot to `bzr add ./*' before commiting | Luke Shumaker | |
2015-06-26 | I'm going to come out and say it, I fucked it up :( | Luke Shumaker | |
2015-06-26 | rework the structure of the depend functions | Luke Shumaker | |
2015-06-26 | it's prollu not worthy of a commit, but I'm going to `hit the hay'. | Luke Shumaker | |
2015-06-26 | work on tieing it all together | Luke Shumaker | |
2015-06-26 | the C implementation properly loads the plugins, then creates a dependancy tree | Luke Shumaker | |
2015-06-26 | clean up | Luke Shumaker | |
2015-06-26 | continue working | Luke Shumaker | |
2015-06-26 | begin reimplementing the wrapper in C | Luke Shumaker | |
2015-06-26 | I don't think this will run, but I think the next step is to turn `rvs.sh' into | Luke Shumaker | |
`rvs.c', so I'm going to go ahead and commit this. | |||
2015-06-26 | add dist to makefiles | Luke Shumaker | |
2015-06-26 | 0.7.3 -- more robust copyright notices in files | Luke Shumaker | |
2015-06-26 | 0.7.2 -- refactor slightly, flesh out plugin: users | Luke Shumaker | |
2015-06-26 | flesh out plugin: users | Luke Shumaker | |
2015-06-26 | I can now check out from the repo! | Luke Shumaker | |
2015-06-26 | someone please slap me for that last commit | Luke Shumaker | |
2015-06-26 | command selection rewritten | Luke Shumaker | |
2015-06-26 | update README and HACKING... a little bit | Luke Shumaker | |
2015-06-26 | it builds! | Luke Shumaker | |
2015-06-26 | tweak makefiles | Luke Shumaker | |
2015-06-26 | use the Makefile.in name used by the GNU build system | Luke Shumaker | |
2015-06-26 | one mor commit before push | Luke Shumaker | |
2015-06-26 | Further refactoring. Mostly tweaking makefiles. Switched to | Luke Shumaker | |
autoconf-style variables. This means I had to change every shell script... | |||
2015-06-26 | oops, I forgot to `bzr add' all the moved files :) | Luke Shumaker | |
2015-06-26 | much refactoring. also, screw `bzr mv'. That's why I'm writing my own system. | Luke Shumaker | |
2015-06-26 | 0.7.0 -- refactor to make core a pluggin (not done) | Luke Shumaker | |
2015-06-26 | commit works fully for d and f filetypes! | Luke Shumaker | |
2015-06-26 | Well, previously I had added the file `src/rvs-core/repo.sh', but forgot to ↵ | Luke Shumaker | |
`bzr add' it. Anyway the sed script I ran to update all source files caused an infinate loop in repo.sh So this is the original version. If you want to see what the version created by the sed script looked like, run 's/$repo/`rvs repo`/' | |||
2015-06-26 | run all source files through sed to update all changes in design. | Luke Shumaker | |
fix the few things the sed script didn't count on (init.sh mostly) remove code for back-compat with unupdated parts update HACKING file with some (but not all design changes) | |||
2015-06-26 | rewrite bug in repo (`/..' evaluates to `/', I didn't think it would pass -e | Luke Shumaker | |
update some files as part of the rewrite | |||
2015-06-26 | 0.6.3 -- begin reworking $$libdir$$/lib | Luke Shumaker | |