December 2002 Commit Log

Number of Commits:
41
Number of Active Developers:
3
tactica 2002-12-25 19:57 Rev.: 1136

The INFO template was still wrong.

1 lines of code changed in 1 file:

damato 2002-12-20 14:09 Rev.: 1134

- YAM_UT.c, YAM_rexx_rxif.c: changed the bugfix of
bug #596303 on user demand. Previously YAM
did always put the Application to sleep if the Busy()
function was used. This made the usability of the
application a bit too annoying. Now we just put
the application to sleep (showing a busy pointer) if
the APPBUSY arexx command will be used.

2 lines of code changed in 2 files:

damato 2002-12-09 16:45 Rev.: 1133

- YAM_DI.c: fixed bug where the listview wasn`t always
in sync with the current Abbreviature text.

1 lines of code changed in 1 file:

damato 2002-12-06 17:37 Rev.: 1131

- YAM_MA.c/MA_GetRealSubject(): fixed bug where YAM didn`t
correctly return the real subject if a subject line with
brackets hadn`t got any whitespace between the last
bracket and the real subject line. Also slightly optimized
the function a bit.

16 lines of code changed in 1 file:

damato 2002-12-06 16:57 Rev.: 1130

- va_end() typo fix :-)

1 lines of code changed in 1 file:

gnikl 2002-12-06 15:13 Rev.: 1129

FreeStrBuf: fix :-(

1 lines of code changed in 1 file:

damato 2002-12-05 13:11 Rev.: 1128

- YAM_UT.c/Busy(): fixed bug #596303 and brought back the
MUIA_Application_Sleep calls to make the Busy() function work
again like in 2.3. These calls doesn`t seem to harm the
performance anymore (at least with MUI 3.9) like described in
bug #458521. And if so, this is more a problem of old MUI
versions and not ours.

3 lines of code changed in 1 file:

gnikl 2002-12-04 18:17 Rev.: 1126

SPrintF: use va_list

5 lines of code changed in 1 file:

gnikl 2002-12-04 17:37 Rev.: 1125

SendWaitingMail: simplify

7 lines of code changed in 1 file:

gnikl 2002-12-04 17:33 Rev.: 1124

TC_Dispatcher: reformat loops (no code change)
Terminate,Initialise,main: use <= MAXWR

12 lines of code changed in 1 file:

gnikl 2002-12-04 17:26 Rev.: 1123

WR_FileName: use MAXWR+1

2 lines of code changed in 1 file:

damato 2002-12-04 16:56 Rev.: 1122

- added missing folding mark.

1 lines of code changed in 1 file:

gnikl 2002-12-03 18:33 Rev.: 1120

FreeStrBuf: use sizeof() instead of hardcoded constant

1 lines of code changed in 1 file:

gnikl 2002-12-03 18:27 Rev.: 1119

remove superflous test before FreeStrBuf()

14 lines of code changed in 5 files:

gnikl 2002-12-03 17:29 Rev.: 1117

LoadBCImage: fix and simplify

35 lines of code changed in 1 file:

gnikl 2002-12-03 17:24 Rev.: 1116

PlaySound: fix warning #120 almost without a cast

10 lines of code changed in 1 file:

gnikl 2002-12-03 17:12 Rev.: 1115

LoadParsers: use ARRAY_SIZE to calculate loop count
add PNum and PPtr here

4 lines of code changed in 1 file:

gnikl 2002-12-03 17:11 Rev.: 1114

remove PNum and PPtr

0 lines of code changed in 1 file:

gnikl 2002-12-03 17:06 Rev.: 1113

StayInProg: simplify

14 lines of code changed in 1 file:

gnikl 2002-12-03 16:45 Rev.: 1112

Initialise: use MAXWR+1 as loop count when initialising notify requests
main: move local variables to better scopes, fix signal mask (notsig2
was waited for!), merged separate notifyrequest handling into one loop

31 lines of code changed in 1 file:

gnikl 2002-12-03 15:11 Rev.: 1111

BC_Dispatcher: improve data->BCD handling

16 lines of code changed in 1 file:

gnikl 2002-12-03 15:03 Rev.: 1110

DoStartup: switch to do/while

5 lines of code changed in 1 file:

gnikl 2002-12-03 15:00 Rev.: 1109

use LONG as type for return value of MUIM_Application_NewInput
switched to a do{}while() loop in YAMMUIRequest

7 lines of code changed in 1 file:

damato 2002-12-03 11:04 Rev.: 1108

- YAM_CL.c: replaced multiple set() call to the same object
with a single SetAttrs() call.

11 lines of code changed in 1 file:

gnikl 2002-12-02 21:40 Rev.: 1107

AllocData2D: use size_t as argument type

2 lines of code changed in 2 files:

gnikl 2002-12-02 18:29 Rev.: 1105

StrBufCpy/StrBufCat: optimized

7 lines of code changed in 1 file:

gnikl 2002-12-02 18:25 Rev.: 1104

fixed potential enforcer hits in FO_MLAutoDetectFunc()

15 lines of code changed in 1 file:

gnikl 2002-12-02 18:01 Rev.: 1103

BC_Dispatcher: remove test in case of MUIA_Bodychunk_UseOld

6 lines of code changed in 1 file:

gnikl 2002-12-02 17:29 Rev.: 1102

AllocCopy,CompressMailFile,UncompressMailFile,CheckPrinter,IdentifyFileDT:
miscellaneous changes

13 lines of code changed in 1 file:

gnikl 2002-12-02 17:18 Rev.: 1101

rx_addrresolve: remove cast of AllocStrBuf argument

1 lines of code changed in 1 file:

gnikl 2002-12-02 17:16 Rev.: 1100

AllocStrBuf: use size_t as argument type
StrBufCpy/StrBufCat: adapt to that change

12 lines of code changed in 1 file:

gnikl 2002-12-02 17:12 Rev.: 1099

AllocStrBuf: use size_t as argument type

1 lines of code changed in 1 file:

gnikl 2002-12-02 16:56 Rev.: 1098

fixed wrong static usage in RemoveCut and IdentifyFileDT
removed some unused code (Index)
stylistic changes

8 lines of code changed in 1 file:

gnikl 2002-12-02 16:00 Rev.: 1097

- reverted previous source restructuring and memcpy/memmove change
- no implicit int

113 lines of code changed in 1 file:

gnikl 2002-12-02 15:55 Rev.: 1096

fix implicit int

1 lines of code changed in 1 file:

gnikl 2002-12-02 15:52 Rev.: 1095

ExpandText: move chr[] to its usage scope

1 lines of code changed in 1 file:

gnikl 2002-12-02 15:51 Rev.: 1094

WR_AddArchiveFunc: move chr[] to its usage scope

1 lines of code changed in 1 file:

gnikl 2002-12-02 15:43 Rev.: 1093

suppress warnings for TimerBase (different cast)
SetupAppIcons: use MAXICONS in as loop count

3 lines of code changed in 1 file:

gnikl 2002-12-02 15:39 Rev.: 1092

use EasyRequestArgs()

13 lines of code changed in 2 files:

gnikl 2002-12-02 15:08 Rev.: 1091

constified CO_LoadConfig/sortconv[]

1 lines of code changed in 1 file:

damato 2002-12-02 11:12 Rev.: 1090

- YAM_rexx_rxif.c/YAM_MA.c: fixed bug #635892 where
the GETSELECTED arexx command returns wrong values
on a use at empty folders or if a folder group was
actually active.

11 lines of code changed in 2 files:

November 2002 »

Generated by StatSVN 0.7.0