-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
azummo
committed
Jul 4, 2002
1 parent
0be3171
commit 770fcf4
Showing
21 changed files
with
2,668 additions
and
2,265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $Id: AUTHORS,v 2.20 2002-05-03 00:08:00 arensb Exp $ | ||
# $Id: AUTHORS,v 2.21 2002-07-04 21:03:26 azummo Exp $ | ||
|
||
Authors and Contributors: | ||
|
||
|
@@ -45,6 +45,8 @@ Alessandro Zummo <[email protected]>: new functions in SPC.pm, | |
Kenneth Lorber <[email protected]>: pda_block propagation patch. | ||
Michael Lestinsky <[email protected]>: PCONNFL_PROMPT patch. | ||
Takeshi AIHANA <[email protected]>: Japanese translation. | ||
Bron Gondawna <[email protected]>: Modem support, command line config file | ||
in daemon mode and wildcards in palms file. | ||
|
||
A big thank you to Kenneth Albanowski and the rest of the | ||
authors of the pilot-link code, for providing a reference | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
2002-06-21 Bron Gondwana <[email protected]> | ||
|
||
* include/pconn/PConnection.h: Add flag PCONNFL_MODEM. | ||
|
||
* libpconn/PConnection.c: Copy flags into pconn->flags rather than | ||
passing it to the pconn_*_open functions, as it is required in other | ||
functions for modem support. | ||
|
||
* libpconn/Pconnection_net.c: Function definition change for open | ||
and use pconn->flags rather than flags. | ||
|
||
* libpconn/Pconnection_serial.c: Function definition change for open | ||
and use pconn->flags rather than flags, serial_write to STDOUT_FILENO | ||
if pconn->fd == STDIN_FILENO, don't do any setspeed if flags & | ||
PCONNFL_MODEM. Special case device string 'stdin' means read from | ||
stdin (note: linux has a /dev/stdin, but this is more portable) | ||
|
||
* libpconn/Pconnection_usb.c: Function definition change for open | ||
and use pconn->flags rather than flags. | ||
|
||
* src/coldsync.c: Read the user config file in run_mode_Daemon if it's | ||
provided on the command line, re-write flags from LISTENFL_* to | ||
PCONNFL_* during new_PConnection so they don't have to be kept in sync. | ||
|
||
* src/coldsync.h: Added LISTENFL_MODEM for modem support. | ||
|
||
* src/lexer.l: Added MODEM keyword literal string 'modem'. | ||
|
||
* src/palment.c: Wildcards for the columns serial ('' or '*'), | ||
username ('' or '*'), userid (0) such that they match any palm. | ||
|
||
* src/parser.y: token MODEM sets flag LISTENFL_MODEM on the current | ||
listen block if seen. | ||
|
||
2001-12-10 Andrew Arensburger <[email protected]> | ||
|
||
* libpconn/dlp_cmd.c: Removed a to-do comment. Yay! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.