You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(138) |
Aug
(28) |
Sep
(2) |
Oct
(4) |
Nov
(5) |
Dec
|
---|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(1) |
2
|
3
(1) |
4
(5) |
5
(1) |
6
|
7
(2) |
8
(4) |
9
(4) |
10
(7) |
11
|
12
|
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
|
20
|
21
|
22
|
23
|
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
|
31
(1) |
From: Brian P. <bp...@mo...> - 2002-08-07 05:30:54
|
CVSROOT: /CVS/ReactOS Module name: freeldr Repository: freeldr/freeldr/reactos/ Changes by: bp...@mo....(none) 02/08/06 22:37:07 Modified files: freeldr/freeldr/mm/: meminit.c freeldr/freeldr/reactos/: reactos.c Log message: Fix for compiling in non-debug (release) mode. (Reduces binary size from 128k to 82k currently) |
From: Brian P. <bp...@mo...> - 2002-08-07 05:07:04
|
CVSROOT: /CVS/ReactOS Module name: freeldr Repository: freeldr/freeldr/video/ Changes by: bp...@mo....(none) 02/08/06 22:13:18 Modified files: freeldr/freeldr/: CHANGELOG Makefile bootmgr.c debug.c drivemap.c freeldr.c linuxboot.c miscboot.c multiboot.c options.c oslist.c freeldr/freeldr/cache/: blocklist.c cache.c cm.h freeldr/freeldr/comm/: portio.c rs232.c freeldr/freeldr/disk/: disk.c geometry.c partition.c freeldr/freeldr/fs/: fat.c fat.h fs.c iso.c iso.h freeldr/freeldr/include/: bootmgr.h cache.h comm.h debug.h disk.h drivemap.h freeldr.h fs.h inifile.h linux.h mm.h multiboot.h oslist.h reactos.h rtl.h ui.h version.h video.h freeldr/freeldr/inifile/: ini.h ini_init.c inifile.c parse.c freeldr/freeldr/mm/: mem.h meminit.c mm.c freeldr/freeldr/reactos/: arcname.c reactos.c reghive.c registry.c registry.h freeldr/freeldr/rtl/: list.c memory.c print.c string.c freeldr/freeldr/ui/: gui.c gui.h tui.c tui.h tuimenu.c ui.c freeldr/freeldr/video/: vidmode.c Added files: freeldr/freeldr/fs/: ext2.c ext2.h freeldr/freeldr/math/: i386.h libgcc2.c libgcc2.h longlong.h Log message: Changes in v1.7 (8/6/2002) (brianp) - EXT2/EXT3 file system support. - Does not yet support symbolic links or booting from an EXT2/3 partition. - Fixed bug in UI code. - Added '%%' format specifier to printf()-like functions. - Added functions __udivdi3 & __umoddi3 so that 64-bit division is now supported. - Changed types BYTE, WORD, DWORD, LONG, ULONG to U8, U16, U32, S32, U32 so that you know the size of the variable across different architectures with different sized words & dwords, etc. - Types CHAR, UCHAR, PCHAR, PUCHAR, WCHAR, PWCHAR have not been changed yet (I haven't decided exactly how I'm going to handle unicode) (isn't this an awesome commit? ;-) Just look at that list of files) |