You are not logged in. Login Now
 0-23          
 
Author Message
remmers
Test of Nothing Mark Unseen   Aug 8 13:32 UTC 2008

   
23 responses total.
cross
response 1 of 23: Mark Unseen   Aug 8 17:44 UTC 2008

This is a test of something that tickles a bug in fronttalk.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '
cross
response 2 of 23: Mark Unseen   Aug 8 17:50 UTC 2008

Let's try that again:

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '\00') {
                        printf("Blah\n");
                }
        }

        return(0);
}
cross
response 3 of 23: Mark Unseen   Aug 8 17:54 UTC 2008

Another time.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '
cross
response 4 of 23: Mark Unseen   Aug 8 17:55 UTC 2008

And one last time.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '\0') {
                        printf("Blah\n");
                }
        }

        return(0);
}
cross
response 5 of 23: Mark Unseen   Aug 8 19:02 UTC 2008

This sia  test.
cross
response 6 of 23: Mark Unseen   Aug 8 19:03 UTC 2008

And another test.
cross
response 7 of 23: Mark Unseen   Aug 8 19:04 UTC 2008

Job control...

hi there.
cross
response 8 of 23: Mark Unseen   Aug 8 19:05 UTC 2008

This is another test of job control.  This time, we get a 3rd party involved
cross
response 9 of 23: Mark Unseen   Aug 8 19:07 UTC 2008

Blah.
cross
response 10 of 23: Mark Unseen   Aug 8 19:09 UTC 2008

Blah.
cross
response 11 of 23: Mark Unseen   Aug 8 19:45 UTC 2008

This si a test.
cross
response 12 of 23: Mark Unseen   Aug 8 19:47 UTC 2008

This is in another process group running in the foreground.
This is in vi.
cross
response 13 of 23: Mark Unseen   Aug 8 19:56 UTC 2008

This is in gate.
And this is in vi.
And htis is back in vi.
cross
response 14 of 23: Mark Unseen   Aug 8 20:17 UTC 2008

This is in gate.
And this is in vi.
And this is after suspending vi.
And this is back in gate.
And this is after suspending gate.
cross
response 15 of 23: Mark Unseen   Aug 8 20:17 UTC 2008

And it's fixed.  Hooray.
cross
response 16 of 23: Mark Unseen   Aug 8 22:10 UTC 2008

One more test before sending a patch to Jan.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '\0') {
                        printf("Blah\n");
                }
        }

        return(0);
}
cross
response 17 of 23: Mark Unseen   Aug 8 22:11 UTC 2008

Okay, this is *really* the last time.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '\0') {
                        printf("Blah\n");
                }
        }

        return(0);
}
cross
response 18 of 23: Mark Unseen   Aug 18 13:37 UTC 2008

blah.
cross
response 19 of 23: Mark Unseen   Aug 18 13:39 UTC 2008

THis is a test.
cross
response 20 of 23: Mark Unseen   Aug 18 14:38 UTC 2008

Blah.
cross
response 21 of 23: Mark Unseen   Aug 18 14:38 UTC 2008

Test.
cross
response 22 of 23: Mark Unseen   Aug 18 14:38 UTC 2008

Blah.
cross
response 23 of 23: Mark Unseen   Mar 2 01:11 UTC 2013

This is a test from a different computer.
 0-23          
Response Not Possible: You are Not Logged In
 

- Backtalk version 1.3.30 - Copyright 1996-2006, Jan Wolter and Steve Weiss