Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 316 (100.0%) | 7337 (100.0%) | 23.2 |
westram | 283 (89.6%) | 4069 (55.5%) | 14.3 |
oldcode | 13 (4.1%) | 3197 (43.6%) | 245.9 |
boehnel | 8 (2.5%) | 33 (0.4%) | 4.1 |
epruesse | 7 (2.2%) | 28 (0.4%) | 4.0 |
baderk | 2 (0.6%) | 6 (0.1%) | 3.0 |
spanfeln | 1 (0.3%) | 2 (0.0%) | 2.0 |
meierh | 2 (0.6%) | 2 (0.0%) | 1.0 |
* remove trailing whitespace from c source.
10 lines of code changed in 2 files:
* eliminate trailing whitespace from Makefiles.
1 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- ports arb to gcc 8.1 (fixing warnings)
* adds: log:branches/gcc@16965:16985
Update: continued by [17178]
5 lines of code changed in 2 files:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
52 lines of code changed in 3 files:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
62 lines of code changed in 5 files:
* full update from child 'gcc' into 'trunk'
- fix/suppress (new) compiler warnings
- skip vectorizer notes
* adds: log:branches/gcc@16656:16667
16 lines of code changed in 1 file:
* reintegrates 'fix' into 'trunk'
* adds: log:branches/fix@15066,15073:15076,15082,15086:15093
0 lines of code changed in 2 files:
* {{{aisc_collect_sets}}}
- fix locals
- avoid uninitialized bytes behind {{{aisc_string}}} by initializing last long
* describe wrong parameter types as possible cause of valgrind reports
13 lines of code changed in 1 file:
* {{{arb_open_socket}}}
- single return point
- ensure returned file descriptor is 0 (not -1) in case of error (expected by callers)
- fixes {{{close(-1)}}} reported by valgrind
3 lines of code changed in 1 file:
* reintegrates 'ptsfix' into 'trunk'
- fixes #659
* adds:
- log:branches/ptsfix@13960:13969
6 lines of code changed in 1 file:
AISC now uses arb_open_socket, arb_socket_write and ..._read.
- SIGPIPE is disabled via setsockopt on mac and via MSG_NOSIGNAL
on Linux.
- No more usleep in write loop.
- arb_socket_write returns -1 on failure
(needed change to client.c as aisc_s_write and aisc_c_write
differed in error handling)
- common.[hc] are gone
- fixes build failure in build 797
22 lines of code changed in 5 files:
change error message (this is AISC, not the DB SERVER)
1 lines of code changed in 1 file:
- no magic exit codes
2 lines of code changed in 1 file:
do not write to stderr in SIGPIPE handler (fixes #476)
stderr is typically a pipe itself. If it is closed before the program
terminates, writing to it from the SIGPIPE handler will cause another
SIGPIPE to be raised, resulting in an infinite loop.
5 lines of code changed in 1 file:
- fix compiler warnings
2 lines of code changed in 1 file:
* use member initializers in Hs_struct-ctor
10 lines of code changed in 1 file:
* stop using malloc.h
0 lines of code changed in 1 file:
* reintegrates 'ptsfix' into 'trunk':
* adds:
- log:branches/ptsdump@8966:9000
- log:branches/ptsfix@8965:9012,9014:9017,9019:9023,9025:9046,9048:9089,9091:9114,9116:9132,9134:9139,9141:9145,9147:9151,9153:9158,9160:9379,9381:11059
- log:branches/ptsstartup@9160:9235,9237:9278,9280:9336,9339:9361,9363:9446
- log:branches/ptsundef@9061:9358
284 lines of code changed in 7 files:
- use GBK_terminate instead of provoking trap manually
2 lines of code changed in 1 file:
- remove self-assignments of unused parameters
8 lines of code changed in 1 file:
reintegrated branch 'macros2'
1 lines of code changed in 1 file:
- effects of [9619]; only shifts some spaces
7 lines of code changed in 1 file:
* aisc_mkpt
- default is to generate ANSI headers now (options -A and -z are invalid now)
- added options to force K&R (not used)
- reordered help options
* fixed all calls using -A and/or -z
* no longer use K&R prototypes in SL/TREEDISP
1 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
1 lines of code changed in 1 file:
* fixed cppcheck warnings
19 lines of code changed in 1 file:
* update AISC_COM headers with target 'proto'
1 lines of code changed in 1 file:
- fixed some warnings in NDEBUG mode (unused warnings)
2 lines of code changed in 1 file:
* guided by clang static checker:
- fix or at least comment many assigned but never used values
11 lines of code changed in 2 files:
- more warnings fixed (shadow, noreturn)
1 lines of code changed in 1 file:
* AISC clients
- client-handles for server-side objects are distinguishable types now (esp. can no longer be confounded w/o compiler messages)
- main server object has to be passed to aisc_close
76 lines of code changed in 5 files:
* commented AISC server side callbacks with command tokens (as used on client side)
20 lines of code changed in 1 file:
- cppchecked (1.54)
2 lines of code changed in 1 file:
- fix aliasing problem
12 lines of code changed in 3 files:
* removed AISC debug code
0 lines of code changed in 1 file:
* removed dead code
(partly reverted by [8316])
1 lines of code changed in 3 files:
* moved much code into static scope
(partly reverted by [8310])
30 lines of code changed in 6 files:
- cppchecked (1.52)
1 lines of code changed in 1 file:
* removed unused(-but-set) variables/params
* fixed locals in touched functions
93 lines of code changed in 2 files:
merge from ptpan_back [8085] [8088] [8091]
* avoid shadow warnings from some TEST_ASSERTions
* patch name shows whether tests were valgrinded
* added template IGNORE_RESULT(), to ignore results tagged with !__ATTR!__USERESULT
7 lines of code changed in 4 files:
merge from ptpan_back [8023] [8030] [8052] [8058] [8062]
* suppress several boost-warnings
* store old SIGSEGV-handler in AISC-servers
* removed chroot (unused and name conflicts with libc)
* fixed abuse of GB_export_errorf
* accept if sighandler is already installed (happens when opening 2 DB-clients from same binary)
11 lines of code changed in 1 file:
(105 more)