Kirjoittaja |
Viesti |
itix
| Torstaina, 17. maaliskuuta, 2005 - klo 16.21: | | MorphOS SDK on saanut libnix-päivityksen joka korjaa monia aikaisemmin olleita puutteita. ----nips---- Lots and lots of new functions, most notably new *fast* (including C99 float variants) math functions. More bugfixes than you can shake a stick at. Also optimized bcopy/zero/memset functions. Overhauled I/O system, safer to use multithreaded now (but remember, not all function are *meant* to be!). De/constructor improvements, will f.ex. not link if they are not handled (ie, not linked against startup.o). Functions that don't strictly need I/O no longer depend on it (ie, sprintf&co are safe in libraries now). The print/scanf family of functions now support 64bit (%ll) in/output. ----naps---- Imuroitavissa MDC:stä.
|
JPQ
| Torstaina, 17. maaliskuuta, 2005 - klo 16.29: | | Kiitos. Ole MDCeetä vähään aikaan edes seurannut.
|
JPQ
| Perjantaina, 18. maaliskuuta, 2005 - klo 0.53: | | Miten tuon paketin voisi purkaa? ei oikein noiden xpkeiden ja xadien yms. maailma tunnu aukeavan joista joku kait aukaisi tuon sortin paketteja.
|
Thematic
| Perjantaina, 18. maaliskuuta, 2005 - klo 1.51: | | xpk: xpk, xpack, tai vaikka xfddecrunch xad: xadunfile ? (kyssäri siis parametriksi)
|
JPQ
| Perjantaina, 18. maaliskuuta, 2005 - klo 3.12: | | Thematic: edes noiden asennus ei suju niinkuin heittämällä niinkuin classicin puolella musta sujui. eli menee jossain kohtaa ylikaalin eli vaikka mielestäni olen oikein asentanut niin noita kaikkia ei löydy ja ei esim. xpack sanoo not crunched.
|
JPQ
| Lauantaina, 19. maaliskuuta, 2005 - klo 4.35: | | Tosiaan onko jotain miksen saa noin vain noita asennettua toimiviksi ? toki päivemmällä vois tarkistella lisää.
|
itix
| Lauantaina, 19. maaliskuuta, 2005 - klo 7.52: | | bzip2 -d libnix_update.tar.bz2 tar -xvf libnix_update.tar En usko että xad tukee bzip2:sta.
|
JPQ
| Lauantaina, 19. maaliskuuta, 2005 - klo 16.05: | | itix: musta näytti joku noista x alkuista jutuista tukevan ja kiitos vinkistä mutta eräs ongelmani (eräs toinen ja tutkin vielä asiaa) saattoi olla just joku x alkuisista jutuista.
|
JPQ
| Lauantaina, 19. maaliskuuta, 2005 - klo 16.19: | | Nyt kun ajoin päivityksen niin tuli tälläiset ilmoitukset ainoa rivi jonka takia mitään kyselen on tuo cp alkuinen,ja kysyn onko kaikki ok? Re/moving old libs... Updating libs... cp: preserving permissions for /gg/ppc-morphos/lib/../lib/libaboxstubs.a: Input/output error Updating includes... Updating binaries... Done!
|
itix
| Lauantaina, 19. maaliskuuta, 2005 - klo 17.04: | | Ei tuo tietääseni ole vakavaa. Alkuperäisessä asennuksessa on ollut jotain häikkää tjsp. cp on geekgadgetsin copy -komento.
|
itix
| Sunnuntaina, 10. huhtikuuta, 2005 - klo 22.29: | | Libnixiin on tullut uusi pikkupäivitys. Jos jaksaa niin kannattaa hakea MDC:stä.
|
JPQ
| Maanantaina, 11. huhtikuuta, 2005 - klo 3.35: | | itix: niin on cp kait unix henkinen copy ja hain päivityksen sitten täytyy pakettia yrittää aukaista yms.
|
itix
| Sunnuntaina, 28. elokuuta, 2005 - klo 18.02: | | SDK:n libnix on saanut lisäpäivityksen: --clip-- Yet another update of libnix is available in the files section, here's a short overview of changes: o added lfind/lsearch. o fixed access(), which didn't work properly at all. o optimized fseek(), should be much faster with in-buffer seeks now. o fixed scanf() (and all related functions (including strtod)) parsing of sequence of floats. o qsort() no longer compares the same elements against eachother (pointless, and broke some compare routines). o support printf/scanf (and related functions) %hh formatting. - CISC --clap--
|
JPQ
| Sunnuntaina, 28. elokuuta, 2005 - klo 20.46: | | itix: kiitos tiedotuksesta kun en kamalemmin seuraa tuota päivityksen lataus paikkaa.
|
Piru
| Lauantaina, 29. lokakuuta, 2005 - klo 0.40: | | Jälleen libnix päivitystä: --snip-- Yes indeed, it's that time of semi-bi-monthly update again! ;) o handle denorms in printf o added asc/ctime_r and gm/localtime_r o added strtok_r o fixed long-standing (always?) issue with mixed buffered reads/writes ..the latter being a quite important fix, as it would cause all kinds of havoc (basically things written to the wrong places in the file)... - CISC --snup-- Elikkä tuo viimeisin korjaus on aikamoisen tärkeäkin. Ongelma on todella vanha, mutta se tuli selkeästi näkyviin vasta edellisen fseek() optimoinnin jälkeen.
|
itix
| Lauantaina, 11. helmikuuta, 2006 - klo 15.40: | | Taas uusi päivitys: This time the following changes has occured: o rewind() clears stream error. o fixed warnx() to output the program name and a newline. o print/scanf is more C99 compliant (f.ex. it can now handle %z %t %j types). o added imax/qabs, imax/qdiv and strtoi/umax. o added f/truncate (does not clear extended bytes!). o added chmod and creat. o fixed reverse-order scanf character sequences (f.ex. %[d-a]). The update will also install brand-new fully C99 compliant inttypes.h and stdint.h includes...
|
itix
| Perjantaina, 29. joulukuuta, 2006 - klo 13.32: | | 28.12.2006 julkaistu jälleen uusi päivitys: o stdio init no longer reads off bounds memory if __stdiowin is set to "" (it's still not valid to do so though (read SAS/C docs)). o strcoll/xfrm won't pull in libauto/external LocaleBase any more. o mbstowcs/wcstombs behaves properly when destination is NULL (they are still dummies though, so don't expect widechar to work). o no more semaphore lockups that could occur in certain situations (thanks to HAK for finding such a situation!). Ei paljon uutta, mutta saa aikaan jälleen pikkaisen parempaa koodia.
|