1. 07 Ara, 2002 1 kayıt (commit)
  2. 25 Kas, 2002 1 kayıt (commit)
  3. 23 Kas, 2002 5 kayıt (commit)
  4. 18 Eki, 2002 1 kayıt (commit)
  5. 23 Tem, 2002 1 kayıt (commit)
  6. 13 Haz, 2002 2 kayıt (commit)
  7. 03 Nis, 2002 1 kayıt (commit)
  8. 03 Mar, 2002 1 kayıt (commit)
  9. 30 Kas, 2001 1 kayıt (commit)
  10. 19 Tem, 2001 1 kayıt (commit)
  11. 03 Mar, 2001 1 kayıt (commit)
  12. 18 Şub, 2001 2 kayıt (commit)
  13. 24 Ock, 2001 1 kayıt (commit)
  14. 21 Ock, 2001 2 kayıt (commit)
  15. 25 Eyl, 2000 1 kayıt (commit)
    • Fredrik Lundh's avatar
      unicode database compression, step 2: · cfcea492
      Fredrik Lundh yazdı
      - fixed attributions
      - moved decomposition data to a separate table, in preparation
        for step 3 (which won't happen before 2.0 final, promise!)
      - use relative paths in the generator script
      
      I have a lot more stuff in the works for 2.1, but let's leave
      that for another day...
      cfcea492
  16. 24 Eyl, 2000 1 kayıt (commit)
  17. 03 Agu, 2000 1 kayıt (commit)
  18. 21 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', · f3f33dcf
      Thomas Wouters yazdı
      and a couple of functions that were missed in the previous batches. Not
      terribly tested, but very carefully scrutinized, three times.
      
      All these were found by the little findkrc.py that I posted to python-dev,
      which means there might be more lurking. Cases such as this:
      
      long
      func(a, b)
      	long a;
      	long b; /* flagword */
      {
      
      and other cases where the last ; in the argument list isn't followed by a
      newline and an opening curly bracket. Regexps to catch all are welcome, of
      course ;)
      f3f33dcf
  19. 31 Mar, 2000 1 kayıt (commit)
  20. 10 Mar, 2000 1 kayıt (commit)