summary refs log tree commit diff
path: root/src/arith_yacc.c (follow)
Commit message (Expand)AuthorAge
* [ARITH] Avoid imaxdiv when only one of the results is wantedHarald van Dijk2011-08-17
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [ARITH] Fix logical or result valueJilles Tjoelker2010-03-10
* [ARITH] Fix binary operator parsingHerbert Xu2010-03-09
* [ARITH] If imaxdiv() isn't available, use / and % operatorsGerrit Pape2007-12-23
* [BUILTIN] Use setvarint to set OPTINDHerbert Xu2007-10-11
* [ARITH] Add assignment and intmax_t supportHerbert Xu2007-10-11
ot touch the git objects with `make clean`Lars Hjemli 2008-07-22Makefile: fix git dependency rulesLars Hjemli 2008-07-22tests/Makefile: not everyone has `.` in $PATHLars Hjemli 2008-07-21Adjust to new calling convention for read_tree_recursive()Lars Hjemli 2008-07-21Use GIT-1.6.0-rc0Lars Hjemli 2008-07-19Add a favicon option to cgitrcLars Hjemli 2008-06-26Add support for including a footer on all pagesLars Hjemli 2008-06-25Use GIT-1.5.6Lars Hjemli 2008-06-24allow specification of directly linked blobs mimetypesMichael Krelin 2008-06-24allow blob extract blobs by head/path combinationMichael Krelin 2008-05-21Added root-desc to default configuration.Harley Laue 2008-05-20ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli 2008-05-20cache.c: fix error checking in print_slot()Lars Hjemli 2008-05-18cache.c: do not ignore errors from print_slot()Lars Hjemli 2008-05-18cache.c: use xread()/xwrite() from libgitLars Hjemli 2008-05-18cache.c: make all io-related functions return errno on errorLars Hjemli 2008-05-18cache.c: read(2) returns -1 on error, not 0Lars Hjemli 2008-05-18Use GIT-1.5.5.1Lars Hjemli 2008-05-18Include commit-id in link from diff-statLars Hjemli 2008-05-18ui-commit: handle root commitsLars Hjemli 2008-05-04Add link to index page from repo header, remove page nameLars Hjemli 2008-05-03Add footer with page creation time and cgit version on all pagesLars Hjemli 2008-05-03Add a pager on the repolistLars Hjemli 2008-05-03Add cgit_index_link() function with support for offsetLars Hjemli 2008-04-29Print an error if filename is not found in html_include.Harley Laue 2008-04-29Add 'about site' and 'about repo' pagesLars Hjemli 2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli 2008-04-29Make it possible for a single cmd to work both with and without a repoLars Hjemli 2008-04-29Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli 2008-04-29Move included header-file out of repolist tableLars Hjemli 2008-04-28Prepare for 'about repo' pageLars Hjemli 2008-04-28Add page 'ls_cache'Lars Hjemli 2008-04-28Redesign the caching layerLars Hjemli 2008-04-24ui-diff: remove test on object typeLars Hjemli 2008-04-24Integrate diffstat with diffLars Hjemli 2008-04-17Fix commitdiff annoyanceLars Hjemli 2008-04-15Cleanup page headerLars Hjemli 2008-04-14Fix search in repo index even if caching is enabledLars Hjemli 2008-04-14Make a few more columns in repolist and log view clickableLars Hjemli 2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli 2008-04-14Fix more css uglinessLars Hjemli 2008-04-14cgit.css: set form marginsLars Hjemli