descriptiontinycc git repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeWed, 4 Jan 2012 13:40:03 +0000
Push URLssh://repo.or.cz/srv/git/tinycc.git
Content tags:
Add:
readme
This is our current working repository for the Tiny C Compiler.
If you have questions or suggestions, please write to the TinyCC mailing list.
If you want to contribute patches, push them directly here on our "mob" branch.
 
How to contribute patches to our "mob" patchwork (what's mob?):
  1. If you haven't done before, clone our tinycc repository: "git clone git://repo.or.cz/tinycc.git"
  2. Fetch the latest changes: "git fetch origin"
  3. Create a new branch on top of origin/mob: "git checkout -b mypatch origin/mob".
  4. Commit your patches to this new branch ("git gui") and verify ("gitk --all").
  5. Push your changes to here: "git push ssh://mob@repo.or.cz/srv/git/tinycc.git mypatch:mob"
  6. Don't forget to talk about on the TinyCC mailing list.
shortlog
2012-01-04 Thomas Preud... Fix linkage of named file in loader script. master
2011-10-03 Nicolas Limarelibtcc: add missing tcc_enable_debug()
2011-08-12 Thomas Preud... Don't define strtold and strtof on *BSD + uClibc
2011-08-12 Daniel GlöcknerFix problem with PLT and GOT relocs on armel.
2011-08-11 grischkarename error/warning -> tcc_(error/warning)
2011-08-11 grischkalibtcc: minor adjustments
2011-08-10 Gabriel Corneanudll build + small adjustments
2011-08-06 grischkalibtcc: support more than one crtprefix
2011-08-06 grischkalibtcc: cleanup the 'gen_makedeps' stuff
2011-08-06 grischkatcc: fix -m32/64 & simplify
2011-08-06 grischkatcctest: switch weak_toolate proto with impl
2011-08-06 grischkax86-64: fix flags and zero-pad long doubles
2011-08-06 grischkaconfigure: add switches to set search paths
2011-08-05 Thomas Preud... Remove semicolon in x86-64 va_arg definition.
2011-08-03 Thomas Preud... Revert "Add a --multiarch-triplet switch to configure"
2011-08-01 Thomas Preud... Add a --multiarch-triplet switch to configure
...
tags
2 years ago release_0_9_25
3 years ago release_0_9_24
6 years ago release_0_9_23
7 years ago release_0_9_22
8 years ago release_0_9_20
8 years ago release_0_9_19
8 years ago release_0_9_18
10 years ago initial
heads
2 weeks ago mob
5 weeks ago master
2 years ago tcc-xref
2 years ago mob-stuff
forks
tinycc/kirr.git kirr's tinycc tree kirr@landau.phys... 19 months ago
tinycc/k1w1.git Improvements to libtcc API. k1w1@k1w1.org 2 years ago
tinycc/daniel.git Various TinyCC modifications daniel-gl@gmx.net 3 years ago