summaryrefslogtreecommitdiff
path: root/comms/gsmlib/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10Fixed "extra qualification" error message from g++4.rillig1-0/+31
2007-03-24Fix C++ to work with GCC 3.4+.joerg1-1/+21
2005-12-23Fix GCC 3.4+ by making the friend declaration an explicit template.joerg1-0/+31
2004-03-17Fix patch path.soren1-3/+3
2004-03-17Update to gsmlib-1.10:soren1-11/+10
- reactivated code in gsm_at to retry sending PDU after unsolicited result code - added description of unicode handling to FAQ - compilation fixes for gcc-3.0.4 - added quick exit for ATZ in UnixSerialPort constructor if phone gives ERROR - added fix for phones that return +CLIP: "Number not available." instead of giving caller ID - added get/setCLIRPresentation() functions to MeTa (contribution by ivan) - added "NO CARRIER" event to the event mechanism (contribution by clock) - added Win32 port of gsmsmsd (thanks to Konstantin Forostyan) - further extented Win32 port of gsmsmsd to handle outgoing messages - fixed problem with Ericsson T39m SMS sending (zero bytes in handshake) - added capability to send concatenated SMSs in gsmsmsd and gsmsendsms - fixed unsigned/signed char problems in Unix/Win32 serial port implementations - added capability to send multiple SMSs to gsmsendsms/gsmsmsd
2002-06-17Initial import of gsmlib-1.9.grant1-0/+13
A library to access GSM mobile phones through GSM modems. Features include: * modification of phonebooks stored in the mobile phone or on the SIM card * reading and writing of SMS messages stored in the mobile phone * sending and reception of SMS messages