Re: [fpc-devel] CreateGUID implementation attached

2005-05-20 Thread Florian Klaempfl
Marco van de Voort wrote: >>Michael Van Canneyt wrote: >> >>>It's committed in SubVersion. >> >>SubVersion? The freepascal website still mentions CVS as the protocol by >>which the latest sources can be obtained? >>(though I haven't seen any recent changes in the fpc cvs repository) >>(but I have

Re: [fpc-devel] CreateGUID implementation attached

2005-05-19 Thread Marco van de Voort
> Michael Van Canneyt wrote: > > It's committed in SubVersion. > > SubVersion? The freepascal website still mentions CVS as the protocol by > which the latest sources can be obtained? > (though I haven't seen any recent changes in the fpc cvs repository) > (but I have seen changes in the lazarus

Re: [fpc-devel] CreateGUID implementation attached

2005-05-19 Thread Bram Kuijvenhoven
Michael Van Canneyt wrote: It's committed in SubVersion. SubVersion? The freepascal website still mentions CVS as the protocol by which the latest sources can be obtained? (though I haven't seen any recent changes in the fpc cvs repository) (but I have seen changes in the lazarus cvs repository) B

Re: [fpc-devel] CreateGUID implementation attached

2005-05-19 Thread Michael Van Canneyt
On Thu, 19 May 2005, Danny Milosavljevic wrote: > Hi, > > Am Donnerstag, den 19.05.2005, 19:08 +0200 schrieb Michael Van Canneyt: > > > > On Thu, 19 May 2005, Danny Milosavljevic wrote: > > > > > Hi, > > > > > > attached you find a CreateGUID implementation that creates (time-based) > > > gu

Re: [fpc-devel] CreateGUID implementation attached

2005-05-19 Thread Danny Milosavljevic
Hi, Am Donnerstag, den 19.05.2005, 19:08 +0200 schrieb Michael Van Canneyt: > > On Thu, 19 May 2005, Danny Milosavljevic wrote: > > > Hi, > > > > attached you find a CreateGUID implementation that creates (time-based) > > guids. These follow a low-high approach, with a random part and a time >

Re: [fpc-devel] CreateGUID implementation attached

2005-05-19 Thread Michael Van Canneyt
On Thu, 19 May 2005, Danny Milosavljevic wrote: > Hi, > > attached you find a CreateGUID implementation that creates (time-based) > guids. These follow a low-high approach, with a random part and a time > part. > > If available, uses libuuid.so.1 and /dev/urandom. Otherwhise uses manual > impl

[fpc-devel] CreateGUID implementation attached

2005-05-19 Thread Danny Milosavljevic
Hi, attached you find a CreateGUID implementation that creates (time-based) guids. These follow a low-high approach, with a random part and a time part. If available, uses libuuid.so.1 and /dev/urandom. Otherwhise uses manual implementation (which sucks - just test by while true ; do ./createguid