Share

AROS Research Operating System

Code

Programming Languages: C

License: Other License

Show:

What's happening?

  • WORDWRAP in Amigaguide Datatype

    The difference between @SMARTWRAP and @WORDWRAP is that latter is supposed to treat linefeeds as paragraph separator. AROS's Amigaguide Datatype does this wrong and treats linefeeds in WORDWRAP nodes as whitespace.

    2009-10-05 18:39:20 UTC by marust

  • Comment: Regression in sh

    Fixed in commit 31777.

    2009-09-23 06:15:16 UTC by deadwood_pl

  • Comment: Regression in editor

    Fixed in commit 31777.

    2009-09-23 06:14:35 UTC by deadwood_pl

  • Comment: Via Rhine driver issues

    I can now more or less confirm that there is a bug in VIA Rhine driver. I changed to a RTL8139 NW card and OWB doesn't crash anymore at first instance. Switching back to VIA Rhine the crash occurs each time. At first instance of OWB, few seconds after starting to retrieve data from the net OWB is crashing. If I suspend OWB and start a new instance, everything is working.

    2009-09-02 12:16:59 UTC by nobody

  • Regression in sh

    For every command issued under sh only first letter is treated as command. For example issuing 'ls', gives error "sh: l: not found". This happens only under native i386. Under hosted i386 it works correclty. Tested with nightly builds from 29th August. The regression happened somewhere between 3rd August and 16th August (I tested isos from these dates)

    2009-08-30 07:47:09 UTC by deadwood_pl

  • Regression in editor

    JanoEditor corrupts the lines while editing them this way (It doesn't always behave badly at first attempt, but sooner or later it does): 1. insert one or more character at a random place in an existing line; 2. delete it using either BackSpace key or left-arrow key followed by DELete key. Result: the line is modified this way: all characters from the current position to the end are being...

    2009-08-27 13:08:04 UTC by otigreat

  • Comment: AROSTCP don't like empty NAMESERVER directive

    I just removed the useless directive and it worked like a charm. I guess using twice the same IP should be ok too. I didn't make a screenshot but as I can remember, it said something like there was an error in the configuration db of AROSTCP, just an alert. You can reproduce the bug very easily, just empty one DNS server in TCPPrefs, save and reboot, you should get the error.

    2009-08-17 14:06:29 UTC by hybrid256

  • Comment: AROSTCP don't like empty NAMESERVER directive

    Can you attach a screen shot of the alert?.

    2009-08-17 14:04:04 UTC by bhsfbarryn

  • Comment: AROSTCP don't like empty NAMESERVER directive

    This should be fixed, as a temporary work arround, have you tried entering the same IP twice?.

    2009-08-17 14:03:13 UTC by bhsfbarryn

  • No wait pointer

    Wanderer lacks a "wait" mouse pointer. Some applications (like OWB) are a bit slow to load and there is no kind of notification telling the user that the application has been launched which can lead to problems when a user tries to run the same program many times because he don't know the application is loading.

    2009-08-15 11:52:26 UTC by hybrid256