[root]/TRS
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 45 (100.0%) | 3235 (100.0%) | 71.8 |
oldcode | 6 (13.3%) | 1905 (58.9%) | 317.5 |
westram | 37 (82.2%) | 1279 (39.5%) | 34.5 |
meierh | 1 (2.2%) | 50 (1.5%) | 50.0 |
boehnel | 1 (2.2%) | 1 (0.0%) | 1.0 |
* final ORS removal (finishes [5221] and [5259])
0 lines of code changed in 6 files:
* removed useless macros:
- GB_STRDUP (easily taken for GB_strdup)
- GB_MEMCPY + GB_MEMSET + GB_FREE
- GB_DELETE (replaced by freeset(xx,NULL))
* added macros:
- freeset (= free + assign)
- freedup (= free + assign strdup'ed)
- reassign (= free + assign + clear source var)
- nulldup (=strdup accepting NULL; replacement for GB_strdup in C++ code)
* use these macros where applicable
1 lines of code changed in 1 file:
- made depends for [5708]
2 lines of code changed in 1 file:
* fixed a few gcc 4.3.2 warnings
1 lines of code changed in 1 file:
- TAB-Ex
738 lines of code changed in 3 files:
- changed names of linker commands
1 lines of code changed in 1 file:
- indented
230 lines of code changed in 1 file:
- removed register keywords
76 lines of code changed in 2 files:
- prototypes updated
4 lines of code changed in 1 file:
- use -G instead of -g to create prototypes
3 lines of code changed in 1 file:
- replaced __attribute__ by __ATTR__XXX
2 lines of code changed in 2 files:
int -> long (to get 64 bit work)
1 lines of code changed in 1 file:
- added 'clean'
6 lines of code changed in 1 file:
- updated prototypes
33 lines of code changed in 1 file:
- made several functions static
7 lines of code changed in 1 file:
- made function static
1 lines of code changed in 1 file:
- added format-attribute to TRS_export_error()
- forward filename needed for error-message
- GB_INLINE->inline
- made several functions static
39 lines of code changed in 1 file:
- make prototypes only if needed (using mv_if_diff)
2 lines of code changed in 1 file:
- fixed "array subscript has type `char'"
7 lines of code changed in 1 file:
fixed and reformatted dependencies (using fix_depends.pl)
11 lines of code changed in 1 file:
- updated dependencies for all Makefiles
- rewrote dependency generation code. Only real changes
propagate into Makefiles - so it does no longer hurt to
call 'make depends' in ARB directory!
15 lines of code changed in 1 file:
make depend
4 lines of code changed in 1 file:
changed assert macros (see arb_assert.h)
3 lines of code changed in 1 file:
Mac OSX patches from Ben Hines
39 lines of code changed in 3 files:
gene search and query (hopefully everything changed)
2 lines of code changed in 1 file:
*** empty log message ***
38 lines of code changed in 1 file:
haralds checkin
50 lines of code changed in 1 file:
Updated dependencies
14 lines of code changed in 1 file:
Initial revision
1905 lines of code changed in 6 files: