summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-26bichun!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-26everything that is coded in the wrapper worksLuke Shumaker
2015-06-26I like thisLuke Shumaker
2015-06-26haha, I'm a dumb shitLuke Shumaker
still getting errors about unfree'd memory from valgrind :(
2015-06-26this doesn't work/run, but it seems like /progress/Luke Shumaker
I'm beginning to get depressed about this :|
2015-06-26I'm getting tirede of working on thisLuke Shumaker
2015-06-26I had a lot of it working, now I don't.Luke Shumaker
I'm going to commit before I screw more up.
2015-06-26removed the symlink I use for testingLuke Shumaker
2015-06-26I think I have it back to where it was last week (although, a lot cleaner, ↵Luke Shumaker
and elagant)
2015-06-26woops, forgot to `bzr add ./*' before commitingLuke Shumaker
2015-06-26I'm going to come out and say it, I fucked it up :(Luke Shumaker
2015-06-26rework the structure of the depend functionsLuke Shumaker
2015-06-26it's prollu not worthy of a commit, but I'm going to `hit the hay'.Luke Shumaker
2015-06-26work on tieing it all togetherLuke Shumaker
2015-06-26the C implementation properly loads the plugins, then creates a dependancy treeLuke Shumaker
2015-06-26clean upLuke Shumaker
2015-06-26continue workingLuke Shumaker
2015-06-26begin reimplementing the wrapper in CLuke Shumaker
2015-06-26I don't think this will run, but I think the next step is to turn `rvs.sh' intoLuke Shumaker
`rvs.c', so I'm going to go ahead and commit this.
2015-06-26add dist to makefilesLuke Shumaker
2015-06-260.7.3 -- more robust copyright notices in filesLuke Shumaker
2015-06-260.7.2 -- refactor slightly, flesh out plugin: usersLuke Shumaker
2015-06-26flesh out plugin: usersLuke Shumaker
2015-06-26I can now check out from the repo!Luke Shumaker
2015-06-26someone please slap me for that last commitLuke Shumaker
2015-06-26command selection rewrittenLuke Shumaker
2015-06-26update README and HACKING... a little bitLuke Shumaker
2015-06-26it builds!Luke Shumaker
2015-06-26tweak makefilesLuke Shumaker
2015-06-26use the Makefile.in name used by the GNU build systemLuke Shumaker
2015-06-26one mor commit before pushLuke Shumaker
2015-06-26Further refactoring. Mostly tweaking makefiles. Switched to Luke Shumaker
autoconf-style variables. This means I had to change every shell script...
2015-06-26oops, I forgot to `bzr add' all the moved files :)Luke Shumaker
2015-06-26much refactoring. also, screw `bzr mv'. That's why I'm writing my own system.Luke Shumaker
2015-06-260.7.0 -- refactor to make core a pluggin (not done)Luke Shumaker
2015-06-26commit works fully for d and f filetypes!Luke Shumaker
2015-06-26Well, 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-26run 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-26rewrite bug in repo (`/..' evaluates to `/', I didn't think it would pass -eLuke Shumaker
update some files as part of the rewrite
2015-06-260.6.3 -- begin reworking $$libdir$$/libLuke Shumaker
2015-06-26add better output functionality to stdio, use stderrLuke Shumaker
revise HACKING to say so, and describe the database
2015-06-26i dont even know anymoreLuke Shumaker
2015-06-26still not fully functional, but I was able to succesfully commit the current ↵Luke Shumaker
directory
2015-06-26doing a lot better, still not functionalLuke Shumaker
2015-06-26Fix a thousand different things.Luke Shumaker
It's amazing what can break when you haven't tried running it since refactoring There is a bug in the Makefile. I'm filing a real bug report.
2015-06-26fix bug in `src/rvs-core/init.sh'Luke Shumaker
2015-06-26rename source to rvs (`bzr mv' is fail!)Luke Shumaker
restructure configure and Makefile.orig
2015-06-260.6.2 -- how come no one told me `make install' fails?Luke Shumaker
2015-06-26copy-edit HACKING fileLuke Shumaker
2015-06-26heavily revise/copy-edit READEME/HACKING/TODO...Luke Shumaker