Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-29 | `make dist` wasn't working | Luke Shumaker | |
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 | well, rvs trees at least sorta work now | Luke Shumaker | |
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 | add comments and tag plugins to rvs | Luke Shumaker | |
2015-06-26 | so, I realised that because: | Luke Shumaker | |
* filedata was stipped down to just filename * the directory structure of files/filecontent stored member names then: * all filedata was really doing is storing filetype so, I decided to make filetype inherent of ID in a fairly elegant way | |||
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 | building rvs works (I think)! And to think that I was about to | Luke Shumaker | |
post to the GNU make help mailing list. | |||
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 | It appears I'd previously edited other files, but as far as I knew a moment ago: | Luke Shumaker | |
The Makefiles have had support for DESTDIR for some time. I just realised configure didn't Which lead me to find some bugs in configure's option handling. | |||
2015-06-26 | rvs builds without errors | Luke Shumaker | |
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 | clean up rvs makefiles | Luke Shumaker | |
2015-06-26 | grabbed past files from GIT | 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 | why isn't git tracking pkg? | Luke Shumaker | |
2015-06-26 | major rewrite on build system, make doesn't complain for diff | Luke Shumaker | |
2015-06-26 | build-system-ish thing works at the meta-package level | 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 | |