Diff for /rpl/LIMITATIONS between versions 1.201 and 1.210

version 1.201, 2019/02/07 21:44:14 version 1.210, 2023/11/24 09:12:57
Line 1 Line 1
   #define NEED_EXTERN_PC dans terminal.c de readline pour NetBSD.
   
 RESTRICTIONS  RESTRICTIONS
 Si(X) dans le retour de giac -> sinus intégral  Si(X) dans le retour de giac -> sinus intégral
   
 Dans syseval, mettre l'écriture sur stdin dans un thread à part.  gcc -dM -E - </dev/null renvoie les defines par defaut.
   
 Coller les exemples dans shared pour le deb.  Coller les exemples dans shared pour le deb.
   
   ABORD ne fonctionne pas dans la fonction de SORT.
   
 RECORD => |[ <[ 'index' 'valeur' ]> <[ 203 403 ]> ]|  RECORD => |[ <[ 'index' 'valeur' ]> <[ 203 403 ]> ]|
 -> dans formateur mais pas dans les fichiers ou les sockets  -> dans formateur mais pas dans les fichiers ou les sockets
 Rajouter dans les pages d'aide  Rajouter dans les pages d'aide
   
 RUNAS  RUNAS
   int setreuid(uid_t ruid, uid_t euid);
   int setregid(gid_t rgid, gid_t egid);
   DESCRIPTION
          getuid returns the real user ID of the current process.
   
          geteuid returns the effective user ID of the current process.
   
          The  real  ID corresponds to the ID of the calling process.  The effective
          ID corresponds to the set ID bit on the file being executed.
   
   
   
 (/ /) -> polynôme  (/ /) -> polynôme
   

Removed from v.1.201  
changed lines
  Added in v.1.210


CVSweb interface <joel.bertrand@systella.fr>