Age | Commit message (Expand) | Author |
2008-01-14 | Changed xmalloc(n * m) pattern into xcalloc(n, m). | Tobias Stoeckmann |
2008-01-13 | the mixer_devinfo structure contains next and prev pointers; they are used | Alexandre Ratchov |
2008-01-13 | revert 1.4, a.out toolchain needs this not-so-unused-after-all function. | Charles Longeau |
2008-01-13 | Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) instead | Tobias Stoeckmann |
2008-01-13 | Typos fixed. | Tobias Stoeckmann |
2008-01-12 | Added missing break statements. | Tobias Stoeckmann |
2008-01-12 | Updates from master repo: | Anders Magnusson |
2008-01-12 | Updates from master repo. | Anders Magnusson |
2008-01-12 | Updates from master repo: | Anders Magnusson |
2008-01-12 | Large update from master repo: | Anders Magnusson |
2008-01-12 | Update from master repo: | Anders Magnusson |
2008-01-12 | better error reporting/job handling error: | Marc Espie |
2008-01-12 | new function: lstRequeue, to be used by the job handler | Marc Espie |
2008-01-11 | add a note about shell built-ins; | Jason McIntyre |
2008-01-11 | providing MLINKS for shell builtins makes little sense: what we had was out | Jason McIntyre |
2008-01-11 | disable unused functions | Charles Longeau |
2008-01-10 | kill trailing whitespace; | Jason McIntyre |
2008-01-10 | fix stupid typo in grouping, make PWD work correctly again. | Marc Espie |
2008-01-10 | This file is in the public domain. ok deraadt@ | Kjell Wooding |
2008-01-10 | Greatly improve this man page. ok jmc@ | Kjell Wooding |
2008-01-10 | Synced rlog's usage checks and with rtag. Also unbreaks rtag and rlog with | Tobias Stoeckmann |
2008-01-10 | various fixes for remote commands (right now we support rlog and rtag) | Tobias Stoeckmann |
2008-01-10 | Added support for rtag in local and remote setups (with interoperability | Tobias Stoeckmann |
2008-01-10 | just for the record: I HATE Log | Tobias Stoeckmann |
2008-01-10 | Damnit, I should avoid this nasty Log word in a comment ... | Tobias Stoeckmann |
2008-01-10 | Make cvs_file_classify more readable. | Tobias Stoeckmann |
2008-01-10 | xmalloc + memset -> xcalloc | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
2008-01-10 | rcs_getrev is gone: zap prototype, too. | Tobias Stoeckmann |
2008-01-10 | Simply the use of cmdp and cvs_command by zapping cvs_command and working | Tobias Stoeckmann |
2008-01-10 | cvs_mkpath missed to add all "yet to be added" directories into CVS/Entries, | Tobias Stoeckmann |
2008-01-10 | Got cvs_server_rlog back into shape. | Tobias Stoeckmann |
2008-01-10 | Don't ignore files and directories due to patterns on repository-side, | Tobias Stoeckmann |
2008-01-10 | An empty -k option is invalid | Tobias Stoeckmann |
2008-01-10 | Our keyword expansion had a big flaw, due to this construction: | Tobias Stoeckmann |
2008-01-10 | Properly free entry | Tobias Stoeckmann |
2008-01-10 | Ignore CVS directories during import in remote setups. assert()ed GNU | Tobias Stoeckmann |
2008-01-10 | Handle the addition of directories right, especially in remote setups with | Tobias Stoeckmann |
2008-01-10 | Properly handle "cvs add" on a client/server setup with GNU cvs as a client. | Tobias Stoeckmann |
2008-01-10 | Slap in -b support for tag command. It was missing for a full regress test | Tobias Stoeckmann |
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann |
2008-01-10 | Added support for keyword $Log$. In order to support $Log$, new lines have | Tobias Stoeckmann |
2008-01-07 | Pull from master repo: | Stefan Kempf |
2008-01-07 | Update to sudo 1.6.9p11 | Todd C. Miller |
2008-01-06 | Branches are separated with \n\t in GNU rcs/cvs. | Tobias Stoeckmann |
2008-01-06 | gnu cvs added a new keyword 'commitid', this diff adds just enough code | Nikolay Sturm |
2008-01-05 | saying that -b and -l create smaller files can be misleading - the author | Jason McIntyre |
2008-01-04 | -k and -f accept multiple arguments; from Pierre Riteau | Jason McIntyre |
2008-01-04 | Revert r1.9, a.out toolchain needs this not-so-unused-after-all function. | Miod Vallat |
2008-01-04 | remove unused function | Charles Longeau |