descriptiontinycc git repository
homepage URLhttp://www.tinycc.org/
ownerkirr@landau.phys.spbu.ru
last changeThu, 14 Jan 2010 20:00:05 +0000
Push URLssh://repo.or.cz/srv/git/tinycc.git
Content tags:
Add:
readme
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 current mob branch: "git fetch origin mob:mob"
  3. Create a new branch on top of it: "git checkout -b my-patch mob".
  4. Commit your patches to this new branch ("git gui") and check ("gitk --all").
  5. Push your changes to here: "git push ssh://mob@repo.or.cz/srv/git/tinycc.git my-patch:mob"
  6. Talk about on the TinyCC mailing list
shortlog
2010-01-14 grischkatccpp: signal missing #endif error master
2010-01-14 grischkatccpp: convert TOK_GET macro into function
2010-01-14 grischkatccpp: warn about #define redefinition
2010-01-14 grischkawin64: defined size_t and ptrdiff_t to unsigned long...
2010-01-14 grischkawin32: cleanup include
2010-01-14 grischkax86-64: use uplong for symbol values
2010-01-14 grischkatccpe: improve dllimport/export and use for tcc_add_symbol
2010-01-14 grischkawin32: readme: add libtcc_test example
2009-12-20 grischkaupdate Makefiles
2009-12-20 grischkabuild from multiple objects: fix other targets
2009-12-20 grischkax86-64: fix gtst, back to only 5 regs for now
2009-12-20 grischkax86-64: use r8/r9 as generic integer registers
2009-12-20 grischkax86-64: use r8,r9 as load/store registers
2009-12-20 grischkawin32: add size_t to _mingw.h
2009-12-20 grischkause vpushv in some places
2009-12-20 grischkawin64: add tiny unwind data for setjmp/longjmp
...
tags
8 months ago release_0_9_25
22 months ago release_0_9_24
4 years ago release_0_9_23
5 years ago release_0_9_22
6 years ago release_0_9_20
6 years ago release_0_9_19
6 years ago release_0_9_18
8 years ago initial
heads
4 days ago mob
3 weeks ago master
2 months ago tcc-xref
2 months ago mob-stuff
forks
tinycc/k1w1.git Improvements to libtcc API. k1w1@k1w1.org 2 months ago
tinycc/kirr.git kirr's tinycc tree kirr@landau.phys... 12 months ago
tinycc/daniel.git Various TinyCC modifications daniel-gl@gmx.net 14 months ago