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