Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-29 | Start re-jiggering RVS. | Luke Shumaker | |
2015-06-26 | commit changes that have been sitting there for years, being copied from ↵ | Luke Shumaker | |
drive to drive | |||
2015-06-26 | I'm commiting these partial changes in case I ever need to come back to it. | Luke Shumaker | |
See, I just had a brain-gasm on how I can make the module system better. | |||
2015-06-26 | add a tree plugin to rvs, but I made a ton of other changes to get | Luke Shumaker | |
things working and facilitate this | |||
2015-06-26 | add commit bindings to the tag and comment plugins. this is totally untested | Luke Shumaker | |
2015-06-26 | whoop, should have proably commited a momemnt ago | Luke Shumaker | |
2015-06-26 | builds, cleans, installs, and uninstalls correctly! Now just to | Luke Shumaker | |
make sure it works! | |||
2015-06-26 | and installation works, now to work on uninstallation... | Luke Shumaker | |
2015-06-26 | maybe this helps? | Luke Shumaker | |
2015-06-26 | Rework rvs a lot (no longer needs complex C dependency tracker!) | Luke Shumaker | |
Rework ./configure, and how it uses `srcdir'. Probably broke all the other packages. Oh well, everything only half-works right now. | |||
2015-06-26 | add copyright notices, and start to autoconfiscate | Luke Shumaker | |
2015-06-26 | I'm really not sure, these are uncommited changes, and I haven't touched it ↵ | Luke Shumaker | |
in a while. | |||
2015-06-26 | rework rvs's build system, currently, it doesn't build :( | Luke Shumaker | |
it fails on the plugins, the wrapper works fine | |||
2015-06-26 | rework rvs plugin build process, it's way more elegant now | Luke Shumaker | |
2015-06-26 | add support for running a command from a specific plugin to runcom | Luke Shumaker | |
this feature should only be used internally by plugins | |||
2015-06-26 | get hacking on rvs | Luke Shumaker | |
2015-06-26 | oops, I needed to run `make distclean' before that commit | Luke Shumaker | |
2015-06-26 | rvs builds! nicely! | Luke Shumaker | |
2015-06-26 | hmm. I kind of screwed up rvs plugins. | Luke Shumaker | |
Worst, it was just a command I typed wrong that crippled a few files | |||
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 | 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 | |