1. 489d87d kernel32: Renamed the kernel directory to kernel32. by Alexandre Julliard · 19 years ago[Renamed from dlls/kernel/krnl386.exe.spec]
  2. 068cedc kernel: Reimplemented the MapHInst functions in assembly. by Alexandre Julliard · 19 years ago
  3. 510acff Moved the kernel 16-bit initialization to a new DllEntryPoint routine by Alexandre Julliard · 20 years ago
  4. 2c7a248 Converted all the kernel32 register functions to the by Alexandre Julliard · 20 years ago
  5. 3ae44f7 Added GetProcessId. by Robert Shearman · 21 years ago
  6. 8b25584 Remove the obsolete pascal16 (replaced by pascal -ret16). by Dimitrie O. Paun · 22 years ago
  7. f7d71bf Converted remaining 16-bit functions to the new varargs mechanism. by Alexandre Julliard · 22 years ago
  8. 617839d Added varargs support for 16-bit entry points. by Alexandre Julliard · 22 years ago
  9. 56dff0d Remove some Win32s specific code. by Jukka Heinonen · 22 years ago
  10. a9135e8 Removed support for 'rsrc' spec file statement. by Alexandre Julliard · 22 years ago
  11. c01202b Move the name directive from the .spec file to the Makefile. by Dimitrie O. Paun · 23 years ago
  12. f476a0f Make all spec files grep-able. by Dimitrie O. Paun · 23 years ago
  13. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  14. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  15. a05e448 Renamed some 16-bit spec files to match the dll name. by Alexandre Julliard · 23 years ago[Renamed from dlls/kernel/kernel.spec]
  16. 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
  17. c01c193 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  18. 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
  19. 8f73cd1 Add version information (16 and 32 bit) to core built-in dlls: by Dmitry Timoshkov · 24 years ago
  20. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  21. 0bc1d27 Added Reserved5 -> lstrcmp16. by Andreas Mohr · 24 years ago
  22. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  23. 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  24. 7afce0e Moved the few remaining functions in wprocs.dll to kernel.dll. by Alexandre Julliard · 24 years ago
  25. ec1ece1 Fixed segstr to str proto. by Eric Pouech · 24 years ago
  26. ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
  27. 39b3195 Added entry point flags -noimport, -norelay, -ret64 and -i386. by Alexandre Julliard · 24 years ago
  28. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  29. 0a8114c Raise an exception for unimplemented 16-bit entry points too. by Alexandre Julliard · 24 years ago
  30. 04a8eda Implemented old Win 2.x string functions. by Andreas Mohr · 24 years ago
  31. 350c04b Fixed a couple of WINAPI issues with 16-bit spec files (thanks to by Alexandre Julliard · 25 years ago
  32. 691171b Small dll interfaces cleanups. by Alexandre Julliard · 25 years ago
  33. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  34. 76d3671 Added 'owner' field to 16-bit spec files to specify the name of the by Alexandre Julliard · 25 years ago
  35. 20b87c0 CallProcEx32W should be named _CallProcEx32W. by Andreas Mohr · 25 years ago
  36. 2275232 Added more ordinals to KERNEL, GDI, USER and system drivers (Windows 1.1, 2.0). by Andreas Mohr · 25 years ago
  37. f7bf7ef Rewrote codepage support to use the new codepage tables. by Alexandre Julliard · 25 years ago
  38. 36b5b6b Start to separate KERNEL out of libwine. by Dimitrie O. Paun · 25 years ago[Renamed from if1632/kernel.spec]
  39. 28db50f Added/corrected ordinals of kernel, gdi, user. by Andreas Mohr · 25 years ago
  40. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  41. 2fab2ef Changed to use new server-side registry support. by Alexandre Julliard · 25 years ago
  42. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  43. c44ab1f Don't create thunk for task signal proc, call it directly. by Ulrich Weigand · 26 years ago
  44. aa3f711 Fixed bug in CBClient routines by storing the SEGPTR in the global by Ulrich Weigand · 26 years ago
  45. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  46. 081daf7 Implemented KERNEL.447 (WIN32_OldYield16). by Ulrich Weigand · 26 years ago
  47. 98b5f77 Added IsBadFlatReadWritePtr16(). by Ulrich Weigand · 26 years ago
  48. b5151d0 Relay code for Win16 register functions converts arguments. by Ulrich Weigand · 26 years ago
  49. d65b73b GlobalSmartPageUnlock() stub added. by Ulrich Weigand · 26 years ago
  50. cfa977d Fixed bugs introduced by 'register' and 'return' function changes. by Ulrich Weigand · 26 years ago
  51. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  52. d30821a Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF by Ulrich Weigand · 26 years ago
  53. c5b8b3a Improved syslevel handling, store currently held syslevels in thread by Ulrich Weigand · 26 years ago
  54. c319c66 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and by Ulrich Weigand · 26 years ago
  55. fdd6429 Release Win16Lock when calling LoadLibrary32 from 16-bit code. by Ulrich Weigand · 26 years ago
  56. 2df1afd Add a stub for GlobalMasterHandle. by Uwe Bonnes · 26 years ago
  57. 8228bd6 Added missing profile KERNEL routines (call 32-bit versions). by Ulrich Weigand · 26 years ago
  58. 48241e9 Implemented UTRegister and UTUnRegister. by Ulrich Weigand · 26 years ago
  59. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  60. 29a96e1 Change type of mode argument to GETVDMPOINTER32W from DWORD to Word by Uwe Bonnes · 26 years ago
  61. 16bdc25 Implemented KERNEL.434 (UnicodeToAnsi). by Ulrich Weigand · 26 years ago
  62. 9cf066e Implemented KERNEL.621 (CBClientThunkSLEx). by Ulrich Weigand · 26 years ago
  63. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  64. 13cec5e Put return value of LocalAlloc in CX too. by Richard A Lough · 26 years ago
  65. a00b49f - Several kernel.spec return type mismatch fixes by Andreas Mohr · 26 years ago
  66. 8294451 Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows'). by Ulrich Weigand · 26 years ago
  67. b9eab15 Implemented KERNEL.602 and stub for KERNEL.490. by Ulrich Weigand · 26 years ago
  68. 5443a7e Implementation of PE->NE resource conversion routines (KERNEL.615-618). by Ulrich Weigand · 26 years ago
  69. 6569ba3 Added .spec entry for KERNEL.RegisterServiceProcess. by Andreas Mohr · 26 years ago
  70. 5efaf50 Implemented (partially) the KERNEL Thunklet API and Callback Client by Ulrich Weigand · 26 years ago
  71. e6c12ee Yet another small self-loader fix. by Andreas Mohr · 26 years ago
  72. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  73. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  74. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  75. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  76. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  77. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  78. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  79. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  80. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  81. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  82. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  83. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  84. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  85. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  86. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  87. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  88. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  89. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  90. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  91. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  92. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  93. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  94. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720
  95. 33072e1 Release 970629 by Alexandre Julliard · 28 years ago wine-970629
  96. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  97. 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
  98. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  99. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  100. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202