Re: [SharpOS Developers] Hello!

2008-01-12 Thread William Lahti
On Jan 10, 2008 11:21 PM, tecywiz121 <[EMAIL PROTECTED]> wrote: > > Thanks for the warm welcome! I'll be taking a look tomorrow at SVN, but > I've already played with the 0.0.1 tarball, and I love how clean the code > looks, I mean its really organized and so easy to understand! I have a > quest

[SharpOS Developers] Managing trunk breakages

2008-01-12 Thread William Lahti
I think we need to work on structure for committing to the trunk. We have a lot of people doing commits, without a lot of peer review before the patches go in. I think a good idea would be a sort of "buddy system", where a dev gets another dev's word on the patch before committing, and in the commi

[SharpOS Developers] Coding Conventions

2008-01-12 Thread William Lahti
We have a number of different conventions for Alloc() methods on types, here are some of them: public static Type *Allocate (); public static Type *CREATE (); public static Type *Allocate (Type *inst); The first two will usually allocate and initialize a dynamically-allocated blob, whereas the th

[SharpOS Developers] strings related bugfixes

2008-01-12 Thread Stanisław Pitucha
Hi, This is a patch for several string related problems: - Convert.ToString() for int handles '-' - ByteString.Compare() + tests fix - CString.IndexOf() + test - PString.Concat had inverted assert - CommandLine: - - GetArgumentLength had inverted assert - - argument index search stopping was inver

[SharpOS Developers] I don't like patches...

2008-01-12 Thread tecywiz121
So, I have no idea how to make a patch. These two use 'svn diff' and seem to work, but if they don't I am terribly sorry. Index: Kernel/Tests/CS/Array.cs === --- Kernel/Tests/CS/Array.cs (revision 731) +++ Kernel/Tests/CS/Array.cs (wo

[SharpOS Developers] Echo BuiltIn Command

2008-01-12 Thread Enrico Speranza
The file include only the command Echo and a little modify in other file. See you on chat :-) -- Enrico Speranza Vytek http://www.cicap.org/lazio Fax: 06233239517 Tel: 06452216763 "Gli scienziati provano a eliminare le loro teorie false, essi tentano di far sì che muoiano al posto loro. Il cred

[SharpOS Developers] Italian Key Maps....

2008-01-12 Thread Enrico Speranza
I have modified some files to create the italian keymap. Follow what i have changed (file, and directory: IT.skm Data\KeyMaps KeyMaps.build Data\KeyMaps BuiltinKeyMaps.cfg Kernel\Core\Config SharpOS.Kernel.Core.csproj Kernel\Core In attach the files. Can anyone insert it and explain me in details

Re: [SharpOS Developers] Patch: Add some more array tests

2008-01-12 Thread tecywiz121
Oops, my patch file was out dated... here's a new one On Sat, 2008-01-12 at 12:58 -0500, tecywiz121 wrote: > Here are a few more tests for arrays. I added tests for int[][] and > int[,] as well as for uint, long, ulong, short, ushort, byte and > sbyte. > >

Re: [SharpOS Developers] Update in Console.cs to display the time instead of "Timer Ticks:" (Ver 2)

2008-01-12 Thread Bruce Markham
Patch applied at revision 731. Sorry about teh delay... - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;1

Re: [SharpOS Developers] Fix VisualStudio files to avoid spaces in paths when compiling

2008-01-12 Thread Bruce Markham
I ... don't... understand it... either... I didn't know there was a bug with the .sln file - since its a Visual Studio file generated and maintained only by Visual Studio. Can someone fill me in? - Check out the new SourceFor

[SharpOS Developers] Patch: Add some more array tests

2008-01-12 Thread tecywiz121
Here are a few more tests for arrays. I added tests for int[][] and int[,] as well as for uint, long, ulong, short, ushort, byte and sbyte. --- ./Kernel/Tests/CS/Array.cs.old 2008-01-12 12:45:37.0 -0500 +++ ./Kernel/Tests/CS/Array.cs 2008-01-12 12:42:23.0 -0500 @@ -2,7 +2,7 @@ //

Re: [SharpOS Developers] Dump memory

2008-01-12 Thread JaeHyun Roh
patchted to revision 730. and you missed the project file patch, so I add a memview.cs file to project tree :) thanks for the patch. On Jan 12, 2008 11:19 PM, Cédric Rousseau <[EMAIL PROTECTED]> wrote: > Hi all, > > Several times during my current developments and tests, I need to see the > stat

Re: [SharpOS Developers] patches: Cpuid brand, PCI, AOT proposal

2008-01-12 Thread Cédric Rousseau
I've done the merge of the two PCI code and here is the patch. Cedric On Jan 9, 2008 12:07 PM, Cédric Rousseau <[EMAIL PROTECTED]> wrote: > Well, too late... > I sent this night a patch that enabled PCI in the same way than you, > viraptor. > The problem is that this mail is waiting for moderato

[SharpOS Developers] Dump memory

2008-01-12 Thread Cédric Rousseau
Hi all, Several times during my current developments and tests, I need to see the state of certains parts of the memory. So I wrote a Diagnostic method that takes an address and a size and that outputs a string formatted like an hexa viewer. For fun, I add a new command to the shell that takes an

Re: [SharpOS Developers] Fix VisualStudio files to avoid spaces in paths when compiling

2008-01-12 Thread Ronny Schubert
Here a fix, but i don't know, that i understand the bug correct! Bis 50 MB Dateianhänge? Kein Problem! http://www.digitaledienste.web.de/freemail/club/lp/?lp=7 Index: SharpOS-VS05.sln

Re: [SharpOS Developers] document fix in Textmode.cs

2008-01-12 Thread Sander van Rossen
My fault, i asked him to send the file, didn't ask for a diff. But yes, already committed On Jan 12, 2008 4:35 AM, Bruce Markham <[EMAIL PROTECTED]> wrote: > I think someone else, (Logical_Error?), made corrections to the SVN, if I > read the SVN logs appropriately. (You were credited.) > > Though