Magnus Olsen
1cb2b6830e
fix a small bug after me, and check if it really got memmory or not.
...
svn path=/trunk/; revision=17627
2005-09-04 09:29:44 +00:00
Magnus Olsen
25f28a6291
remove some hardcode commadline buffer value. first step to implement dymatic buffer. but we need do it very carefull, so nothing will be broken.
...
svn path=/trunk/; revision=17626
2005-09-03 23:12:17 +00:00
Magnus Olsen
ada0f8dfe8
fix type can handler \n at text output thx ravelo for the small patch. see file misc.c. prompt.c fix the szParam so it have a buffer set. and do not use szParam for param, the param length can in future very big. when dymatic buffer be implement at command line.
...
svn path=/trunk/; revision=17625
2005-09-03 19:59:51 +00:00
Eric Kohl
040c539dd5
Fix GUID->String conversion.
...
Implement CM_Get_Class[_Ex]A/W.
svn path=/trunk/; revision=17624
2005-09-03 19:44:47 +00:00
Andrew Munger
fe417a79c4
Fix cmd build. Please check your changes before commiting.
...
svn path=/trunk/; revision=17623
2005-09-03 18:05:33 +00:00
Hartmut Birr
b10d2b80c1
Fixed the return value in KeRundownQueue if the queue is empty. This should fix bug 751.
...
svn path=/trunk/; revision=17622
2005-09-03 18:00:54 +00:00
Hartmut Birr
2cea7b7c46
Set the ownership before locking the bitmap in EngCreateDeviceSurface, because GDIOBJ_SetOwnership runs in a dead lock if the object is already locked by the same process.
...
This may fix bug 747.
svn path=/trunk/; revision=17621
2005-09-03 17:40:33 +00:00
Brandon Turner
acb0c26036
Setting my changes back for prompt.c. Greatlord and I agreed about this. These was a miscommication about these changes and the way different MS version handle it.
...
svn path=/trunk/; revision=17620
2005-09-03 11:51:22 +00:00
Magnus Olsen
ff5ad9b6d7
Updated translation by Anders, proofread by Andreas Bjerkeholt, rename Sw to sv, Sw stand for another language's. Steven can you send this change to winehq.
...
svn path=/trunk/; revision=17619
2005-09-03 11:50:23 +00:00
Magnus Olsen
96791c3aa3
Swedish translation by David Nordenberg, proofread by Andreas Bjerkeholt
...
svn path=/trunk/; revision=17618
2005-09-03 11:23:24 +00:00
Magnus Olsen
729d73ef17
Swedish translation by Andreas Bjerkeholt, proofread by David Nordenberg. Some did forget add Es.rc to rsrc.rc (the Spanish translations)
...
svn path=/trunk/; revision=17617
2005-09-03 11:22:13 +00:00
Magnus Olsen
739b84b16d
David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt
...
svn path=/trunk/; revision=17616
2005-09-03 11:20:04 +00:00
Magnus Olsen
c0fc3dba7b
* Updated translation by Anders, proofread by Andreas Bjerkeholt
...
svn path=/trunk/; revision=17615
2005-09-03 11:05:31 +00:00
Magnus Olsen
5d08c58541
revers brandon change to prompt.c they are incorrect. Add a check if prompt env are set or not. if it is not set cmd set the prompt value. in cmd.c brandon forget that.
...
svn path=/trunk/; revision=17614
2005-09-03 09:46:46 +00:00
Brandon Turner
35240bd337
Correctly assign %propmt%.
...
cmd.c = give %prompt% default value of $P$G
prompt.c = when param are null, assign %prompt% to $P$G
svn path=/trunk/; revision=17613
2005-09-03 01:34:40 +00:00
Royce Mitchell III
937e6fc685
small efficiency boost
...
svn path=/trunk/; revision=17612
2005-09-03 01:19:25 +00:00
Brandon Turner
99c1fbbdfc
Fixed a bug that crashed cmd when "cd /D" but no path. Bug reported by Harteex.
...
svn path=/trunk/; revision=17611
2005-09-02 22:41:40 +00:00
Hervé Poussineau
72784f6c8f
Remove warnings
...
svn path=/trunk/; revision=17610
2005-09-02 21:26:51 +00:00
Hervé Poussineau
45c69b6adb
RmRemove warnings
...
svn path=/trunk/; revision=17609
2005-09-02 21:13:10 +00:00
Hervé Poussineau
9b308f9dbf
Remove DbgPrint statements as they were not executed + some of them were badly placed
...
svn path=/trunk/; revision=17608
2005-09-02 21:11:17 +00:00
Hervé Poussineau
e4ea943f57
Don't fill twice the output buffer. Bug spotted by Filip
...
svn path=/trunk/; revision=17606
2005-09-02 19:05:01 +00:00
Hervé Poussineau
c1f3b3a122
No need to allocate too much memory, as SetupDiGetDeviceRegistryPropertyW returns a size in bytes, not in characters. Bug spotted by Filip
...
svn path=/trunk/; revision=17605
2005-09-02 18:51:32 +00:00
Filip Navara
02488d3f49
Check for Request == NULL.
...
svn path=/trunk/; revision=17604
2005-09-02 13:12:44 +00:00
Filip Navara
b6e746354a
Fix open mode passed to CreateFile in DoSaveFile function. Patch by Johannes Anderwald.
...
svn path=/trunk/; revision=17603
2005-09-02 11:29:40 +00:00
Gregor Anich
63748df6f5
Link against string.a instead of hal and ntoskrnl, otherwise Windows will not load the driver.
...
svn path=/trunk/; revision=17602
2005-09-01 23:32:59 +00:00
Gunnar Dalsnes
bec034b146
fixed RtlCompareUnicodeString and RtlCompareString (said stuff were equal when it was not) by ripping from wine
...
svn path=/trunk/; revision=17601
2005-09-01 21:09:07 +00:00
Andrew Munger
5fb5193c82
Correct some checks, fix bug 748 (qemu networking). Fix by his vaingloriousness Alex Ionescu.
...
svn path=/trunk/; revision=17600
2005-09-01 02:57:27 +00:00
Hartmut Birr
b8b259908a
Print the exception code and the faulting address, if the address is available.
...
svn path=/trunk/; revision=17598
2005-08-30 16:28:36 +00:00
Hartmut Birr
276ca539bd
Invoke always our own exception handler if the exception wasn't handled. It prints some nice informations.
...
svn path=/trunk/; revision=17597
2005-08-30 16:26:38 +00:00
Hartmut Birr
3e0e6887f8
Don't interpret SIG_DFL and SIG_IGN as real handler address.
...
svn path=/trunk/; revision=17596
2005-08-30 16:24:55 +00:00
Filip Navara
bb3b1de38c
Remove WineDebugInfo from TEB and fix type of TlsExpansionBitmap in PEB.
...
svn path=/trunk/; revision=17595
2005-08-29 22:23:55 +00:00
Filip Navara
a1e4cc1fd8
Formatting and code style changes.
...
svn path=/trunk/; revision=17594
2005-08-29 21:06:07 +00:00
Thomas Bluemel
d57cdec721
fixed uninitialized variable warning
...
svn path=/trunk/; revision=17593
2005-08-29 20:06:43 +00:00
Brandon Turner
ac2b9c20d7
fix an if statment. Found by thomas.
...
svn path=/trunk/; revision=17592
2005-08-29 19:09:41 +00:00
Brandon Turner
d261fc0b2b
Fixed a bug in tab complete when there was only one " and it was in the middle or end of the string. Also changed used more optimized code removing " and removed all _tcsncmp(..,..,1).
...
svn path=/trunk/; revision=17591
2005-08-29 18:25:54 +00:00
Thomas Bluemel
13115c5ce3
- don't close handles of keys in RegDeleteTree() that were deleted
...
- implemented RegConnectRegistryA()
svn path=/trunk/; revision=17589
2005-08-29 13:54:05 +00:00
Hervé Poussineau
37315f15ba
Remove warnings
...
svn path=/trunk/; revision=17588
2005-08-28 15:43:00 +00:00
Hervé Poussineau
d4eb73201a
Remove warnings
...
svn path=/trunk/; revision=17587
2005-08-28 15:29:36 +00:00
Eric Kohl
624151b290
Implement CM_Get_Class_Key_Name[_Ex]A/W and CM_Open_Class[_Ex]A/W.
...
svn path=/trunk/; revision=17586
2005-08-28 15:07:45 +00:00
Royce Mitchell III
b17534dfa0
remove single "." entries from paths
...
svn path=/trunk/; revision=17585
2005-08-28 12:23:37 +00:00
Royce Mitchell III
2b121dc93c
remove transient debugging code
...
svn path=/trunk/; revision=17584
2005-08-28 12:18:13 +00:00
Royce Mitchell III
cdf2899515
don't crash if path == base_directory.
...
sorry I forgot to commit my changes to this file last night
svn path=/trunk/; revision=17583
2005-08-28 12:08:53 +00:00
Hartmut Birr
bb6a166390
- Allocate the csrss request buffer from heap if the necessary length is larger than the request structure.
...
- Fixed some buffer length calculations.
svn path=/trunk/; revision=17582
2005-08-28 12:03:25 +00:00
Hartmut Birr
37dced9725
Allocated the message reply buffer according to the size of the message.
...
svn path=/trunk/; revision=17581
2005-08-28 11:58:06 +00:00
Hervé Poussineau
b5fbf00480
Fix rbuild compilation, by adding Path::RelativeFromDirectory method
...
svn path=/trunk/; revision=17580
2005-08-28 09:50:00 +00:00
Hervé Poussineau
2142e2dfaf
Remove warnings
...
svn path=/trunk/; revision=17579
2005-08-28 09:07:43 +00:00
Hervé Poussineau
d8fe2ffd8e
Remove warnings
...
svn path=/trunk/; revision=17578
2005-08-28 09:04:39 +00:00
Emanuele Aliberti
84b33992c6
Autoregister Debug internal subsystem too. Now 'sm info' displays meaningful information.
...
NOTE: It seems the new client management introduced a stupid bug that shows up on system shutdown (smss crashes calling an LPC related API). I can't locate it now (of course, that happens for every 'stupid' bug, but will tray again later).
svn path=/trunk/; revision=17577
2005-08-28 07:34:35 +00:00
Royce Mitchell III
d252387963
add include directories from xml, remove "." hack, as projects that need to include their base directory have done so already in the xml.
...
svn path=/trunk/; revision=17576
2005-08-28 05:34:22 +00:00
Royce Mitchell III
8bbdffa2ff
add . to list of include directories for all projects
...
svn path=/trunk/; revision=17575
2005-08-28 02:37:06 +00:00