tsp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re : RE : [Tsp-devel] TSP 0.7.0


From: eric.noulard
Subject: Re : RE : [Tsp-devel] TSP 0.7.0
Date: Mon, 24 Oct 2005 13:07:58 +0100

Est-ce qu'on parle des mêmes fonctions?

Moi je parle de:

regex(3)                  

NOM
       regcomp, regexec, regerror, regfree - Fonctions regex POSIX.
 
SYNOPSIS
       #include <regex.h>
 
       int regcomp (regex_t *preg, const char *regex, int cflags);
       int regexec (const  regex_t  *preg,  const char *string, size_t nmatch,
                    regmatch_t pmatch[], int eflags);
       size_t regerror (int errcode, const regex_t *preg, char *errbuf, size_t
                        errbuf_size);
       void regfree (regex_t *preg);
...

Elles existent celle-là sous Solaris?

---
Eric Noulard - Software Architect 
BT Consulting & Systems Integration
tel: (+33) (0)534 604970
web: www.bt.com/consulting



-------- Message d'origine--------
De: address@hidden de la part de TSP
Date: lun. 24/10/2005 10:42
À: Devel TSP
Objet : RE : [Tsp-devel] TSP 0.7.0
 

Pour ma part je n'y vois pas d'inconvenient pour Solaris, qui supporte bien
les regexp.
Par contre je n'ai rien trouvé sur VxWorks. Il faudra donc stubber le code,
ou s'implementer les
     char *compile(char *instring, char *expbuf, char *endbuf, int eof);
     int step(char *string, char *expbuf);
     int advance(char *string, char *expbuf);

Y++

-----Original Message-----
From: Eric NOULARD [mailto:address@hidden

Sent: Monday, October 24, 2005 1:32 AM
To: Devel TSP
Subject: [Tsp-devel] TSP 0.7.0



J'aimerai faire une release TSP 0.7.0
fin de la semaine prochaine.

Il me reste à faire:

- MAJ tsp_ascii_writer pour qu'il utilise TSP_request_filtered

- Coder une filtered info 'regex' ou 'glob'

  Je compte utiliser #include <regex.h>
  qui semble être POSIX (man 3 regex) est-ce que

  ça vous paraît 'portable' ? (VxWorks/Solaris/Linux)
  Est-ce des bonnes âmes pourraient regarder la dispo
  des fonctions sous Solaris et VxWorks?

  Si la dispo est pas bonne je coderais plutôt un mode 'glob'
  qui ressemblera aux fonctions de "wildcard" du shell.
  à coup de strstr.

- MAJ RemoteTea pour jTSP (optionel)


Est-ce que certains d'entre vous y voit un inconvénient?

Eric

PS pour Euskadi:
  Pour cette release je rajouterai probablement une option
  --enable-shared au configure qui par défaut sera
  à --disable-shared et compilera tout en statique y compris pour
  gdisp+






_______________________________________________
Tsp-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tsp-devel

---------------------------------------------------------

CE COURRIER ELECTRONIQUE EST A USAGE STRICTEMENT INFORMATIF ET NE SAURAIT 
ENGAGER DE QUELQUE MANIERE QUE CE SOIT EADS ASTRIUM SAS, NI SES FILIALES.

SI UNE ERREUR DE TRANSMISSION OU UNE ADRESSE ERRONEE A MAL DIRIGE CE COURRIER, 
MERCI D'EN INFORMER L'EXPEDITEUR EN LUI FAISANT UNE REPONSE PAR COURRIER 
ELECTRONIQUE DES RECEPTION. SI VOUS N'ETES PAS LE DESTINATAIRE DE CE COURRIER, 
VOUS NE DEVEZ PAS L'UTILISER, LE CONSERVER, EN FAIRE ETAT, LE DISTRIBUER, LE 
COPIER, L'IMPRIMER OU EN REVELER LE CONTENU A UNE TIERCE PARTIE.



This email is for information only and will not bind EADS Astrium SAS in any 
contract or obligation, nor its subsidiaries.

If you have received it in error, please notify the sender by return email. If 
you are not the addressee of this email, you must not use, keep, disseminate, 
copy, print or otherwise deal with it.

---------------------------------------------------------


_______________________________________________
Tsp-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tsp-devel







reply via email to

[Prev in Thread] Current Thread [Next in Thread]