2010-03-04 03:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbmisc/hbeditc.c
    * Reverted previous strcpy changes as they were causing GPF
      while editing.
    * Cleaned 'unsigned int', 'int' to be 'long'.
      Lots of unnecessary looking casts deleted.
      This fixed signedness warnings.
      Very rough cleanup, I didn't inspect all hundreds
      of changes one by one, so please test it.
    * Some more cleanups.
    ; The code looks more and more kludgy from the inside.
      It has quite some (seemingly) arbitrary extra space
      allocations, lots of pointer arithmetic, so
      it looks not very easy to safely modify it f.e. for
      EOL neutrality.
This commit is contained in:
Viktor Szakats
2010-03-04 02:23:58 +00:00
parent 36d2e9e8bb
commit eebfaee54d
2 changed files with 209 additions and 203 deletions

View File

@@ -17,6 +17,22 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-03-04 03:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmisc/hbeditc.c
* Reverted previous strcpy changes as they were causing GPF
while editing.
* Cleaned 'unsigned int', 'int' to be 'long'.
Lots of unnecessary looking casts deleted.
This fixed signedness warnings.
Very rough cleanup, I didn't inspect all hundreds
of changes one by one, so please test it.
* Some more cleanups.
; The code looks more and more kludgy from the inside.
It has quite some (seemingly) arbitrary extra space
allocations, lots of pointer arithmetic, so
it looks not very easy to safely modify it f.e. for
EOL neutrality.
2010-03-04 01:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* harbour.spec

File diff suppressed because it is too large Load Diff