Home | History | Annotate | Download | only in src

Lines Matching full:msdos

819 - Update msdos and win32 scripts and makefiles [Truta]
864 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
939 - Add msdos and win32 directories with makefiles [Truta]
1025 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
1044 . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists
1045 . msdos/Makefile.msc: remove "default rtl link library" info from obj files
1046 . msdos/Makefile.*: use model-dependent name for the built zlib library
1047 . msdos/Makefile.emx, nt/Makefile.emx, nt/Makefile.gcc:
1061 - use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn)
1078 - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier)
1130 - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
1167 - move MSDOS or Windows specific files to directory msdos
1196 - Use default memcpy for Symantec MSDOS compiler.
1246 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
1259 - fixed declarations using Bytef in infutil.c (pb with MSDOS medium model)
1269 - fix MSDOS medium model which was broken in 0.99
1349 - fix MSDOS small and medium model (now easier to adapt to any compiler)
1359 - support MSDOS medium model
1408 - document explicitly that zalloc(64K) on MSDOS must return a normalized
1421 - avoid many warnings for MSDOS
1425 - Fixed more MSDOS compilation problems :( There is still a bug with
1435 - workaround for a bug in TurboC. example and minigzip now work on MSDOS.
1443 - don't allocate big arrays in the stack (for MSDOS)
1444 - fix some MSDOS compilation problems